/[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.49 by sysadm, Sat Jun 28 01:16:00 2025 UTC Revision 1.50 by sysadm, Sat Jun 28 11:31:17 2025 UTC
# Line 817  int igetch(int timeout) Line 817  int igetch(int timeout)
817                  out = KEY_ESC;                  out = KEY_ESC;
818          }          }
819    
820            // Convert LF to CR -- Cterm send LF without CR
821            if (out == LF)
822            {
823                    out = CR;
824            }
825    
826          // for debug          // for debug
827  #ifdef _DEBUG  #ifdef _DEBUG
828          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