/[LeafOK_CVS]/lbbs/include/screen.h
ViewVC logotype

Diff of /lbbs/include/screen.h

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

Revision 1.6 by sysadm, Sat May 17 06:46:23 2025 UTC Revision 1.8 by sysadm, Wed May 28 01:04:23 2025 UTC
# Line 17  Line 17 
17  #ifndef _SCREEN_H_  #ifndef _SCREEN_H_
18  #define _SCREEN_H_  #define _SCREEN_H_
19    
20    #define CTRL_SEQ_CLR_LINE "\033[K"
21    
22  extern void moveto(int row, int col);  extern void moveto(int row, int col);
23    
24  extern void clrtoeol();  extern void clrtoeol();
# Line 37  extern int get_data(int row, int col, ch Line 39  extern int get_data(int row, int col, ch
39    
40  extern int display_file_ex(const char *filename, int begin_line, int wait);  extern int display_file_ex(const char *filename, int begin_line, int wait);
41    
42  extern int show_top(const char *status);  extern int show_top(const char *str_left, const char *str_center);
43    
44  extern int show_bottom(const char *msg);  extern int show_bottom(const char *msg);
45    


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

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