[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.94 and 1.95

version 1.94, 2022/08/15 08:54:03 version 1.95, 2022/11/11 08:37:55
Line 265 
Line 265 
         [TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },          [TTYC_SETRGBF] = { TTYCODE_STRING, "setrgbf" },
         [TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },          [TTYC_SETULC] = { TTYCODE_STRING, "Setulc" },
         [TTYC_SE] = { TTYCODE_STRING, "Se" },          [TTYC_SE] = { TTYCODE_STRING, "Se" },
           [TTYC_SXL] =  { TTYCODE_FLAG, "Sxl" },
         [TTYC_SGR0] = { TTYCODE_STRING, "sgr0" },          [TTYC_SGR0] = { TTYCODE_STRING, "sgr0" },
         [TTYC_SITM] = { TTYCODE_STRING, "sitm" },          [TTYC_SITM] = { TTYCODE_STRING, "sitm" },
         [TTYC_SMACS] = { TTYCODE_STRING, "smacs" },          [TTYC_SMACS] = { TTYCODE_STRING, "smacs" },

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95