/[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.129 by sysadm, Tue Nov 11 00:28:05 2025 UTC Revision 1.130 by sysadm, Wed Nov 19 03:12:58 2025 UTC
# Line 871  int display_file_key_handler(int *p_key, Line 871  int display_file_key_handler(int *p_key,
871  int display_file(const char *filename, int eof_exit)  int display_file(const char *filename, int eof_exit)
872  {  {
873          int ret;          int ret;
874          const void *p_shm;          void *p_shm;
875          size_t data_len;          size_t data_len;
876          long line_total;          long line_total;
877          const void *p_data;          const void *p_data;


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

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