mirror of
https://github.com/tmux/tmux.git
synced 2025-01-10 01:58:51 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
32197fa52d
@ -1396,6 +1396,9 @@ tty_keys_device_attributes2(struct tty *tty, const char *buf, size_t len,
|
|||||||
/* Add terminal features. */
|
/* Add terminal features. */
|
||||||
switch (p[0]) {
|
switch (p[0]) {
|
||||||
case 41: /* VT420 */
|
case 41: /* VT420 */
|
||||||
|
case 61: /* VT510 */
|
||||||
|
case 64: /* VT520 */
|
||||||
|
case 65: /* VT525 */
|
||||||
tty_add_features(features, "margins,rectfill", ",");
|
tty_add_features(features, "margins,rectfill", ",");
|
||||||
break;
|
break;
|
||||||
case 'M': /* mintty */
|
case 'M': /* mintty */
|
||||||
|
Loading…
Reference in New Issue
Block a user