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

Diff for /src/usr.bin/tmux/tty-keys.c between version 1.130 and 1.131

version 1.130, 2020/05/16 14:30:17 version 1.131, 2020/05/16 15:41:54
Line 1064 
Line 1064 
         /* Add terminal features. */          /* Add terminal features. */
         switch (p[0]) {          switch (p[0]) {
         case 41: /* VT420 */          case 41: /* VT420 */
                 tty_add_features(&c->term_features,                  tty_add_features(&c->term_features, "margins,rectfill", ",");
                     "margins,"  
                     "rectfill",  
                     ",");  
                 break;                  break;
         case 'M': /* mintty */          case 'M': /* mintty */
                 tty_default_features(&c->term_features, "mintty", 0);                  tty_default_features(&c->term_features, "mintty", 0);

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131