[BACK]Return to def.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/def.h between version 1.53 and 1.54

version 1.53, 2003/11/29 17:28:40 version 1.54, 2004/01/27 23:43:37
Line 205 
Line 205 
         int             w_undopos;      /* Where we were during the last          int             w_undopos;      /* Where we were during the last
                                            undo action */                                             undo action */
         struct undo_rec *w_undoptr;          struct undo_rec *w_undoptr;
           struct LINE     *w_wrapline;
 } MGWIN;  } MGWIN;
 #define w_wndp  w_list.l_p.l_wp  #define w_wndp  w_list.l_p.l_wp
 #define w_name  w_list.l_name  #define w_name  w_list.l_name
Line 349 
Line 350 
 int      lrealloc(LINE *, int);  int      lrealloc(LINE *, int);
 void     lfree(LINE *);  void     lfree(LINE *);
 void     lchange(int);  void     lchange(int);
   int      linsert_str(const char *, int);
 int      linsert(int, int);  int      linsert(int, int);
 int      lnewline(void);  int      lnewline(void);
 int      ldelete(RSIZE, int);  int      ldelete(RSIZE, int);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54