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

Diff for /src/usr.bin/tmux/tmux.h between version 1.1021 and 1.1022

version 1.1021, 2020/05/16 14:39:40 version 1.1022, 2020/05/16 14:46:14
Line 1200 
Line 1200 
 #define TERM_DECSLRM 0x4  #define TERM_DECSLRM 0x4
 #define TERM_DECFRA 0x8  #define TERM_DECFRA 0x8
 #define TERM_RGBCOLOURS 0x10  #define TERM_RGBCOLOURS 0x10
   #define TERM_VT100LIKE 0x20
         int              flags;          int              flags;
   
         LIST_ENTRY(tty_term) entry;          LIST_ENTRY(tty_term) entry;

Legend:
Removed from v.1.1021  
changed lines
  Added in v.1.1022