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

Diff of /lbbs/include/editor.h

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

Revision 1.10 by sysadm, Tue Nov 4 14:58:55 2025 UTC Revision 1.11 by sysadm, Wed Nov 5 02:06:50 2025 UTC
# Line 11  Line 11 
11    
12  #include "screen.h"  #include "screen.h"
13    
14  #define MAX_EDITOR_DATA_LINES 65536  enum editor_constant_t
15  #define MAX_EDITOR_DATA_LINE_LENGTH 1024  {
16            MAX_EDITOR_DATA_LINES = 65536,
17            MAX_EDITOR_DATA_LINE_LENGTH = 1024,
18    };
19    
20  struct editor_data_t  struct editor_data_t
21  {  {


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

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