Support the 47 and 1047 SM and RM sequences (alternate screen without

cursor), requested by I forget who ages ago.
This commit is contained in:
Nicholas Marriott
2012-11-27 20:08:42 +00:00
parent 9b8998aeec
commit 24d7d073ff
3 changed files with 26 additions and 12 deletions

8
tmux.h
View File

@ -2145,10 +2145,10 @@ int window_pane_spawn(struct window_pane *, const char *,
const char *, const char *, struct environ *,
struct termios *, char **);
void window_pane_resize(struct window_pane *, u_int, u_int);
void window_pane_alternate_on(
struct window_pane *, struct grid_cell *);
void window_pane_alternate_off(
struct window_pane *, struct grid_cell *);
void window_pane_alternate_on(struct window_pane *,
struct grid_cell *, int);
void window_pane_alternate_off(struct window_pane *,
struct grid_cell *, int);
int window_pane_set_mode(
struct window_pane *, const struct window_mode *);
void window_pane_reset_mode(struct window_pane *);