36 #ifndef __CONTIKI_CONF_H__
37 #define __CONTIKI_CONF_H__
41 #define CTK_CONF_MENU_KEY CH_ESC
42 #define CTK_CONF_WINDOWSWITCH_KEY 0x17
43 #define CTK_CONF_WIDGETUP_KEY 0x01
44 #define CTK_CONF_WIDGETDOWN_KEY '\t'
46 #define MOUSE_CONF_XTOC(x) ((x) * 2 / 7)
47 #define MOUSE_CONF_YTOC(y) ((y) / 8)
49 #define EMAIL_CONF_WIDTH 79
50 #define EMAIL_CONF_HEIGHT 19
51 #define EMAIL_CONF_ERASE 0
53 #define FTP_CONF_WIDTH 38
54 #define FTP_CONF_HEIGHT 21
56 #define IRC_CONF_WIDTH 80
57 #define IRC_CONF_HEIGHT 23
59 #define WWW_CONF_WEBPAGE_WIDTH 80
60 #define WWW_CONF_WEBPAGE_HEIGHT 19
61 #define WWW_CONF_HISTORY_SIZE 4
62 #define WWW_CONF_MAX_URLLEN 78
63 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20
64 #define WWW_CONF_RENDERSTATE 1
65 #define WWW_CONF_FORMS 1
66 #define WWW_CONF_MAX_FORMACTIONLEN 20
67 #define WWW_CONF_MAX_FORMNAMELEN 20
68 #define WWW_CONF_MAX_INPUTNAMELEN 20
69 #define WWW_CONF_MAX_INPUTVALUELEN 20