mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 10:26:04 +00:00
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:
4
tmux.h
4
tmux.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user