[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.410 and 1.411

version 1.410, 2013/05/31 12:19:34 version 1.411, 2013/06/02 07:52:15
Line 253 
Line 253 
         TTYC_BEL,       /* bell, bl */          TTYC_BEL,       /* bell, bl */
         TTYC_BLINK,     /* enter_blink_mode, mb */          TTYC_BLINK,     /* enter_blink_mode, mb */
         TTYC_BOLD,      /* enter_bold_mode, md */          TTYC_BOLD,      /* enter_bold_mode, md */
         TTYC_CC,        /* set colour cursor, Cc */  
         TTYC_CIVIS,     /* cursor_invisible, vi */          TTYC_CIVIS,     /* cursor_invisible, vi */
         TTYC_CLEAR,     /* clear_screen, cl */          TTYC_CLEAR,     /* clear_screen, cl */
         TTYC_CNORM,     /* cursor_normal, ve */          TTYC_CNORM,     /* cursor_normal, ve */
         TTYC_COLORS,    /* max_colors, Co */          TTYC_COLORS,    /* max_colors, Co */
         TTYC_CR,        /* restore cursor colour, Cr */          TTYC_CR,        /* restore cursor colour, Cr */
         TTYC_CS1,       /* set cursor style, Cs */          TTYC_CS,        /* set cursor colour, Cs */
         TTYC_CSR,       /* change_scroll_region, cs */          TTYC_CSR,       /* change_scroll_region, cs */
         TTYC_CSR1,      /* reset cursor style, Csr */  
         TTYC_CUB,       /* parm_left_cursor, LE */          TTYC_CUB,       /* parm_left_cursor, LE */
         TTYC_CUB1,      /* cursor_left, le */          TTYC_CUB1,      /* cursor_left, le */
         TTYC_CUD,       /* parm_down_cursor, DO */          TTYC_CUD,       /* parm_down_cursor, DO */
Line 391 
Line 389 
         TTYC_RMACS,     /* exit_alt_charset_mode */          TTYC_RMACS,     /* exit_alt_charset_mode */
         TTYC_RMCUP,     /* exit_ca_mode, te */          TTYC_RMCUP,     /* exit_ca_mode, te */
         TTYC_RMKX,      /* keypad_local, ke */          TTYC_RMKX,      /* keypad_local, ke */
           TTYC_SE,        /* reset cursor style, Se */
         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 */
Line 400 
Line 399 
         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_SS,        /* set cursor style, Ss */
         TTYC_TSL,       /* to_status_line, tsl */          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 */

Legend:
Removed from v.1.410  
changed lines
  Added in v.1.411