[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.158 and 1.159

version 1.158, 2019/06/22 10:21:57 version 1.159, 2019/06/22 15:38:15
Line 46 
Line 46 
  * flag controls the clearing versus appending   * flag controls the clearing versus appending
  * of data in the kill buffer.   * of data in the kill buffer.
  */   */
 #define CFCPCN  0x0001          /* Last command was C-P, C-N     */  #define CFCPCN  0x0001          /* Last command was C-p or C-n   */
 #define CFKILL  0x0002          /* Last command was a kill       */  #define CFKILL  0x0002          /* Last command was a kill       */
 #define CFINS   0x0004          /* Last command was self-insert  */  #define CFINS   0x0004          /* Last command was self-insert  */
   
Line 526 
Line 526 
 int              gotoline(int, int);  int              gotoline(int, int);
 int              setlineno(int);  int              setlineno(int);
   
 /* random.c X */  /* util.c X */
 int              showcpos(int, int);  int              showcpos(int, int);
 int              getcolpos(struct mgwin *);  int              getcolpos(struct mgwin *);
 int              twiddle(int, int);  int              twiddle(int, int);

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159