[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.42 and 1.43

version 1.42, 2002/06/21 00:54:55 version 1.43, 2002/07/01 14:33:44
Line 200 
Line 200 
  * Because commands set bits in the "w_flag", update will see   * Because commands set bits in the "w_flag", update will see
  * all change flags, and do the most general one.   * all change flags, and do the most general one.
  */   */
 #define WFFORCE 0x01            /* Force reframe.                */  #define WFFORCE 0x01                    /* Force reframe.                */
 #define WFMOVE  0x02            /* Movement from line to line.   */  #define WFMOVE  0x02                    /* Movement from line to line.   */
 #define WFEDIT  0x04            /* Editing within a line.        */  #define WFEDIT  0x04                    /* Editing within a line.        */
 #define WFHARD  0x08            /* Better to a full display.     */  #define WFHARD  0x08                    /* Better to a full display.     */
 #define WFMODE  0x10            /* Update mode line.             */  #define WFMODE  0x10                    /* Update mode line.             */
   
 struct undo_rec;  struct undo_rec;
   
Line 252 
Line 252 
 #define b_bufp  b_list.l_p.x_bp  #define b_bufp  b_list.l_p.x_bp
 #define b_bname b_list.l_name  #define b_bname b_list.l_name
   
 #define BFCHG   0x01            /* Changed.                      */  #define BFCHG   0x01                    /* Changed.                      */
 #define BFBAK   0x02            /* Need to make a backup.        */  #define BFBAK   0x02                    /* Need to make a backup.        */
 #ifdef  NOTAB  #ifdef  NOTAB
 #define BFNOTAB 0x04            /* no tab mode                   */  #define BFNOTAB 0x04                    /* no tab mode                   */
 #endif  #endif
 #define BFOVERWRITE 0x08        /* overwrite mode                */  #define BFOVERWRITE 0x08                /* overwrite mode                */
 #define BFREADONLY  0x10        /* read only mode */  #define BFREADONLY  0x10                /* read only mode */
   
   
 /*  /*

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43