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

Diff for /src/usr.bin/tmux/input.c between version 1.217 and 1.218

version 1.217, 2023/07/03 16:47:43 version 1.218, 2023/07/13 06:03:48
Line 2186 
Line 2186 
                         gc->attr &= ~GRID_ATTR_OVERLINE;                          gc->attr &= ~GRID_ATTR_OVERLINE;
                         break;                          break;
                 case 59:                  case 59:
                         gc->us = 0;                          gc->us = 8;
                         break;                          break;
                 case 90:                  case 90:
                 case 91:                  case 91:

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218