/[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.22 by sysadm, Wed Nov 5 02:33:30 2025 UTC Revision 1.24 by sysadm, Sat Jan 3 10:27:14 2026 UTC
# Line 3  Line 3 
3   * screen   * screen
4   *   - advanced telnet-based user interactive input / output features   *   - advanced telnet-based user interactive input / output features
5   *   *
6   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2026  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #ifndef _SCREEN_H_  #ifndef _SCREEN_H_
# Line 52  extern int display_data(const void *p_da Line 52  extern int display_data(const void *p_da
52                          display_data_key_handler key_handler, const char *help_filename);                          display_data_key_handler key_handler, const char *help_filename);
53  extern int display_file(const char *filename, int eof_exit);  extern int display_file(const char *filename, int eof_exit);
54    
55    extern int display_file_key_handler(int *p_key, DISPLAY_CTX *p_ctx);
56    
57  extern int show_top(const char *str_left, const char *str_center, const char *str_right);  extern int show_top(const char *str_left, const char *str_center, const char *str_right);
58  extern int show_bottom(const char *msg);  extern int show_bottom(const char *msg);
59    


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

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