/[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.82 by sysadm, Fri May 30 12:51:00 2025 UTC Revision 1.83 by sysadm, Sat May 31 01:37:18 2025 UTC
# Line 329  int display_data(const void *p_data, lon Line 329  int display_data(const void *p_data, lon
329                                          break;                                          break;
330                                  case KEY_END:                                  case KEY_END:
331                                          line_current = line_total - (SCREEN_ROWS - 2);                                          line_current = line_total - (SCREEN_ROWS - 2);
332                                            if (line_current < 0)
333                                            {
334                                                    line_current = 0;
335                                            }
336                                          line = begin_line;                                          line = begin_line;
337                                          max_lines = SCREEN_ROWS - 1;                                          max_lines = SCREEN_ROWS - 1;
338                                          clrline(begin_line, SCREEN_ROWS);                                          clrline(begin_line, SCREEN_ROWS);


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

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