mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Add feature for progress bar and pass to outside terminal, GitHu issue
4972 from Eric Dorland.
This commit is contained in:
3
tmux.h
3
tmux.h
@@ -629,6 +629,7 @@ enum tty_code_code {
|
||||
TTYC_SMUL,
|
||||
TTYC_SMULX,
|
||||
TTYC_SMXX,
|
||||
TTYC_SPB,
|
||||
TTYC_SXL,
|
||||
TTYC_SS,
|
||||
TTYC_SWD,
|
||||
@@ -1982,6 +1983,7 @@ struct client {
|
||||
char *title;
|
||||
char *path;
|
||||
const char *cwd;
|
||||
struct progress_bar progress_bar;
|
||||
|
||||
char *term_name;
|
||||
int term_features;
|
||||
@@ -2621,6 +2623,7 @@ void tty_repeat_requests(struct tty *, int);
|
||||
void tty_stop_tty(struct tty *);
|
||||
void tty_set_title(struct tty *, const char *);
|
||||
void tty_set_path(struct tty *, const char *);
|
||||
void tty_set_progress_bar(struct tty *, struct progress_bar *);
|
||||
void tty_default_attributes(struct tty *, const struct grid_cell *,
|
||||
struct colour_palette *, u_int, struct hyperlinks *);
|
||||
void tty_update_mode(struct tty *, int, struct screen *);
|
||||
|
||||
Reference in New Issue
Block a user