mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
And of course I just find a bug, disable previous for now.
This commit is contained in:
parent
0ace779cde
commit
d81a5c630f
2
tty.c
2
tty.c
@ -73,7 +73,7 @@ static void tty_default_attributes(struct tty *, const struct window_pane *,
|
|||||||
#define tty_use_acs(tty) \
|
#define tty_use_acs(tty) \
|
||||||
(tty_term_has((tty)->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
|
(tty_term_has((tty)->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
|
||||||
#define tty_use_margin(tty) \
|
#define tty_use_margin(tty) \
|
||||||
((tty)->term_type == TTY_VT420)
|
(0 && (tty)->term_type == TTY_VT420)
|
||||||
|
|
||||||
#define tty_pane_full_width(tty, ctx) \
|
#define tty_pane_full_width(tty, ctx) \
|
||||||
((ctx)->xoff == 0 && screen_size_x((ctx)->wp->screen) >= (tty)->sx)
|
((ctx)->xoff == 0 && screen_size_x((ctx)->wp->screen) >= (tty)->sx)
|
||||||
|
Loading…
Reference in New Issue
Block a user