[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.1154 and 1.1155

version 1.1154, 2021/11/03 13:37:17 version 1.1155, 2021/11/15 10:58:13
Line 1758 
Line 1758 
 #define PROMPT_KEY 0x10  #define PROMPT_KEY 0x10
         int              prompt_flags;          int              prompt_flags;
         enum prompt_type prompt_type;          enum prompt_type prompt_type;
           int              prompt_cursor;
   
         struct session  *session;          struct session  *session;
         struct session  *last_session;          struct session  *last_session;

Legend:
Removed from v.1.1154  
changed lines
  Added in v.1.1155