/[LeafOK_CVS]/lbbs/include/io.h
ViewVC logotype

Diff of /lbbs/include/io.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.31 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.32 by sysadm, Sun Jan 4 03:45:54 2026 UTC
# Line 17  enum io_key_t Line 17  enum io_key_t
17      CR = '\r',      CR = '\r',
18      LF = '\n',      LF = '\n',
19      BACKSPACE = '\b',      BACKSPACE = '\b',
20      BELL = '\b',      BELL = '\7',
21      KEY_TAB = 9,      KEY_TAB = '\t',
22      KEY_ESC = 27,      KEY_ESC = '\033',
23      KEY_SPACE = '\040',      KEY_SPACE = '\040',
24    
25      // Expand key      // Expand key


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1