35 #ifndef CONTIKI_CONF_H_
36 #define CONTIKI_CONF_H_
40 #define CTK_CONF_MENU_KEY CH_ESC
41 #define CTK_CONF_WINDOWSWITCH_KEY 0x17
42 #define CTK_CONF_WIDGETUP_KEY 0x01
43 #define CTK_CONF_WIDGETDOWN_KEY '\t'
45 #define MOUSE_CONF_XTOC(x) ((x) * 2 / 7)
46 #define MOUSE_CONF_YTOC(y) ((y) / 8)
48 #define EMAIL_CONF_WIDTH 79
49 #define EMAIL_CONF_HEIGHT 19
50 #define EMAIL_CONF_ERASE 0
52 #define FTP_CONF_WIDTH 38
53 #define FTP_CONF_HEIGHT 21
55 #define IRC_CONF_WIDTH 80
56 #define IRC_CONF_HEIGHT 23
58 #define WWW_CONF_WEBPAGE_WIDTH 80
59 #define WWW_CONF_WEBPAGE_HEIGHT 19
60 #define WWW_CONF_HISTORY_SIZE 4
61 #define WWW_CONF_MAX_URLLEN 78
62 #define WWW_CONF_MAX_NUMPAGEWIDGETS 20
63 #define WWW_CONF_FORMS 1
64 #define WWW_CONF_MAX_FORMACTIONLEN 20
65 #define WWW_CONF_MAX_INPUTNAMELEN 20
66 #define WWW_CONF_MAX_INPUTVALUELEN 20