/[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.6 by sysadm, Sun Mar 20 17:37:14 2005 UTC Revision 1.7 by sysadm, Mon Mar 21 05:43:43 2005 UTC
# Line 59  igetch () Line 59  igetch ()
59  {  {
60    static char buf[256];    static char buf[256];
61    unsigned char c, tmp[256];    unsigned char c, tmp[256];
62    int out = 0, loop = 1, in_esc = 0, in_ascii = 0, in_control = 0, i = 0, j;    int out = KEY_NULL, loop = 1, in_esc = 0, in_ascii = 0, in_control = 0, i = 0, j;
63    static int len = 0, pos = 0;    static int len = 0, pos = 0;
64    
65    if (pos >= len)    if (pos >= len)


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

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