And of course I just find a bug, disable previous for now.

pull/654/head
nicm 2016-11-15 14:08:27 +00:00
parent 0ace779cde
commit d81a5c630f
1 changed files with 1 additions and 1 deletions

2
tty.c
View File

@ -73,7 +73,7 @@ static void tty_default_attributes(struct tty *, const struct window_pane *,
#define tty_use_acs(tty) \
(tty_term_has((tty)->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
#define tty_use_margin(tty) \
((tty)->term_type == TTY_VT420)
(0 && (tty)->term_type == TTY_VT420)
#define tty_pane_full_width(tty, ctx) \
((ctx)->xoff == 0 && screen_size_x((ctx)->wp->screen) >= (tty)->sx)