[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.88 and 1.89

version 1.88, 2006/05/27 21:20:11 version 1.89, 2006/05/28 23:30:16
Line 218 
Line 218 
  * 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 WFFRAME 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 WFFULL  0x08                    /* Do a full display.            */
 #define WFMODE  0x10                    /* Update mode line.             */  #define WFMODE  0x10                    /* Update mode line.             */
   
 struct undo_rec;  struct undo_rec;

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89