mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
Wrap a line.
This commit is contained in:
parent
23b4e1b9d8
commit
32c134f5a9
@ -1064,10 +1064,7 @@ tty_keys_device_attributes(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 */
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user