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

Diff of /lbbs/src/screen.c

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

Revision 1.137 by sysadm, Fri Dec 19 06:16:27 2025 UTC Revision 1.138 by sysadm, Sun Dec 28 01:46:21 2025 UTC
# Line 165  static int _str_input(char *buffer, int Line 165  static int _str_input(char *buffer, int
165                  {                  {
166                          continue;                          continue;
167                  }                  }
168                  else if (ch == BACKSPACE)                  else if (ch == BACKSPACE || ch == KEY_DEL)
169                  {                  {
170                          if (offset > 0)                          if (offset > 0)
171                          {                          {


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

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