/[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.23 by sysadm, Sat May 10 11:09:02 2025 UTC Revision 1.24 by sysadm, Sat May 10 13:17:36 2025 UTC
# Line 124  int igetch(int clear_buf) Line 124  int igetch(int clear_buf)
124    
125                  if (c == '\0')                  if (c == '\0')
126                  {                  {
127                          out = c;                          return KEY_NULL;
                         break;  
128                  }                  }
129    
130                  if (c == KEY_CONTROL)                  if (c == KEY_CONTROL)


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

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