/[LeafOK_CVS]/lbbs/src/io.c
ViewVC logotype

Diff of /lbbs/src/io.c

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

Revision 1.82 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.83 by sysadm, Sun Jan 4 13:22:58 2026 UTC
# Line 1070  int igetch(int timeout) Line 1070  int igetch(int timeout)
1070                  out = KEY_ESC;                  out = KEY_ESC;
1071          }          }
1072    
1073            // KEY_BACKSPACE -> BACKSPACE
1074            if (out == KEY_BACKSPACE)
1075            {
1076                    out = BACKSPACE;
1077            }
1078    
1079          // for debug          // for debug
1080  #ifdef _DEBUG  #ifdef _DEBUG
1081          if (out != KEY_TIMEOUT && out != KEY_NULL)          if (out != KEY_TIMEOUT && out != KEY_NULL)


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

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