/[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.128 by sysadm, Sat Nov 8 09:05:59 2025 UTC Revision 1.131 by sysadm, Thu Nov 20 09:02:46 2025 UTC
# Line 6  Line 6 
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9    #ifdef HAVE_CONFIG_H
10    #include "config.h"
11    #endif
12    
13  #include "bbs.h"  #include "bbs.h"
14  #include "common.h"  #include "common.h"
15  #include "editor.h"  #include "editor.h"
# Line 24  Line 28 
28  #include <wchar.h>  #include <wchar.h>
29  #include <sys/param.h>  #include <sys/param.h>
30  #include <sys/stat.h>  #include <sys/stat.h>
 #include <sys/shm.h>  
31  #include <sys/types.h>  #include <sys/types.h>
32    
33  const char CTRL_SEQ_CLR_LINE[] = "\033[K";  const char CTRL_SEQ_CLR_LINE[] = "\033[K";
# Line 867  int display_file_key_handler(int *p_key, Line 870  int display_file_key_handler(int *p_key,
870  int display_file(const char *filename, int eof_exit)  int display_file(const char *filename, int eof_exit)
871  {  {
872          int ret;          int ret;
873          const void *p_shm;          void *p_shm;
874          size_t data_len;          size_t data_len;
875          long line_total;          long line_total;
876          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