mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
vt: skip over vertical line marks (Contour terminal)
This commit is contained in:
parent
649a33ea10
commit
4c6701041e
1 changed files with 1 additions and 1 deletions
|
@ -843,7 +843,7 @@ emulate(void)
|
|||
break;
|
||||
case '>': /* Set/reset key modifier options (XTMODKEYS), xterm. */
|
||||
number(buf, nil);
|
||||
if(buf[0] != 'm')
|
||||
if(buf[0] != 'm' && buf[0] != 'M')
|
||||
number(buf, nil);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue