[BACK]Return to tty-term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-term.c between version 1.36 and 1.37

version 1.36, 2015/01/20 08:18:04 version 1.37, 2015/04/19 21:05:27
Line 35 
Line 35 
 const struct tty_term_code_entry tty_term_codes[NTTYCODE] = {  const struct tty_term_code_entry tty_term_codes[NTTYCODE] = {
         { TTYC_ACSC, TTYCODE_STRING, "acsc" },          { TTYC_ACSC, TTYCODE_STRING, "acsc" },
         { TTYC_AX, TTYCODE_FLAG, "AX" },          { TTYC_AX, TTYCODE_FLAG, "AX" },
           { TTYC_BCE, TTYCODE_FLAG, "bce" },
         { TTYC_BEL, TTYCODE_STRING, "bel" },          { TTYC_BEL, TTYCODE_STRING, "bel" },
         { TTYC_BLINK, TTYCODE_STRING, "blink" },          { TTYC_BLINK, TTYCODE_STRING, "blink" },
         { TTYC_BOLD, TTYCODE_STRING, "bold" },          { TTYC_BOLD, TTYCODE_STRING, "bold" },

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37