[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.282 and 1.283

version 1.282, 2011/04/19 21:31:33 version 1.283, 2011/05/08 19:53:07
Line 205 
Line 205 
         TTYC_EL,        /* clr_eol, ce */          TTYC_EL,        /* clr_eol, ce */
         TTYC_EL1,       /* clr_bol, cb */          TTYC_EL1,       /* clr_bol, cb */
         TTYC_ENACS,     /* ena_acs, eA */          TTYC_ENACS,     /* ena_acs, eA */
           TTYC_FSL,       /* from_status_line, fsl */
         TTYC_HOME,      /* cursor_home, ho */          TTYC_HOME,      /* cursor_home, ho */
         TTYC_HPA,       /* column_address, ch */          TTYC_HPA,       /* column_address, ch */
         TTYC_ICH,       /* parm_ich, IC */          TTYC_ICH,       /* parm_ich, IC */
Line 317 
Line 318 
         TTYC_SETAB,     /* set_a_background, AB */          TTYC_SETAB,     /* set_a_background, AB */
         TTYC_SETAF,     /* set_a_foreground, AF */          TTYC_SETAF,     /* set_a_foreground, AF */
         TTYC_SGR0,      /* exit_attribute_mode, me */          TTYC_SGR0,      /* exit_attribute_mode, me */
           TTYC_SITM,      /* enter_italics_mode, it */
         TTYC_SMACS,     /* enter_alt_charset_mode, as */          TTYC_SMACS,     /* enter_alt_charset_mode, as */
         TTYC_SMCUP,     /* enter_ca_mode, ti */          TTYC_SMCUP,     /* enter_ca_mode, ti */
         TTYC_SMIR,      /* enter_insert_mode, im */          TTYC_SMIR,      /* enter_insert_mode, im */
         TTYC_SMKX,      /* keypad_xmit, ks */          TTYC_SMKX,      /* keypad_xmit, ks */
         TTYC_SMSO,      /* enter_standout_mode, so */          TTYC_SMSO,      /* enter_standout_mode, so */
         TTYC_SMUL,      /* enter_underline_mode, us */          TTYC_SMUL,      /* enter_underline_mode, us */
         TTYC_SITM,      /* enter_italics_mode, it */          TTYC_TSL,       /* to_status_line, tsl */
         TTYC_VPA,       /* row_address, cv */          TTYC_VPA,       /* row_address, cv */
         TTYC_XENL,      /* eat_newline_glitch, xn */          TTYC_XENL,      /* eat_newline_glitch, xn */
           TTYC_XT,        /* xterm(1)-compatible title, XT */
 };  };
 #define NTTYCODE (TTYC_XENL + 1)  #define NTTYCODE (TTYC_XT + 1)
   
 /* Termcap types. */  /* Termcap types. */
 enum tty_code_type {  enum tty_code_type {

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283