Turn on margins, with a couple of fixes (only limit to the pane for line

feeds, and do not move cursor to end for full width panes).
This commit is contained in:
nicm
2016-11-15 15:17:28 +00:00
parent d81a5c630f
commit c34a79b152
3 changed files with 38 additions and 18 deletions

4
tmux.h
View File

@@ -1664,8 +1664,8 @@ void tty_raw(struct tty *, const char *);
void tty_attributes(struct tty *, const struct grid_cell *,
const struct window_pane *);
void tty_reset(struct tty *);
void tty_region(struct tty *, u_int, u_int);
void tty_margin(struct tty *, u_int, u_int);
void tty_region_off(struct tty *);
void tty_margin_off(struct tty *);
void tty_cursor(struct tty *, u_int, u_int);
void tty_putcode(struct tty *, enum tty_code_code);
void tty_putcode1(struct tty *, enum tty_code_code, int);