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

Diff of /lbbs/src/menu.c

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

Revision 1.23 by sysadm, Fri May 2 03:34:58 2025 UTC Revision 1.24 by sysadm, Sat May 3 13:41:21 2025 UTC
# Line 366  int menu_control(MENU_SET *p_menu_set, i Line 366  int menu_control(MENU_SET *p_menu_set, i
366          switch (key)          switch (key)
367          {          {
368          case CR:          case CR:
369                    igetch(1); // Cleanup remaining '\n' in the buffer
370          case KEY_RIGHT:          case KEY_RIGHT:
371                  if (p_menu->items[p_menu->item_cur_pos]->submenu)                  if (p_menu->items[p_menu->item_cur_pos]->submenu)
372                  {                  {


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

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