Subversion Repositories SvarDOS

Rev

Rev 1537 | Rev 1539 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1537 Rev 1538
Line 938... Line 938...
938
void main(void) {
938
void main(void) {
939
  static struct file dbarr[10];
939
  static struct file dbarr[10];
940
  unsigned char curfile;
940
  unsigned char curfile;
941
  struct file *db = dbarr; /* visible file is the first slot by default */
941
  struct file *db = dbarr; /* visible file is the first slot by default */
942
  struct line far *clipboard = NULL;
942
  struct line far *clipboard = NULL;
943
  unsigned char original_breakflag;
943
  static unsigned char original_breakflag;
944
 
944
 
945
  { /* load NLS resource */
945
  { /* load NLS resource */
946
    unsigned short i = 0;
946
    unsigned short i = 0;
947
    const char far *selfptr;
947
    const char far *selfptr;
948
    char self[128], lang[8];
948
    char self[128], lang[8];