aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-16 14:03:51 +0000
committernicm <nicm>2020-04-16 14:03:51 +0000
commit4744aa43af47815a9c4c110cceb3959b1662e54b (patch)
tree531afd27c8be5c101d4ce67e46de8bc0841c7d4e /tmux.h
parentb2443aa2f98c1a1fa5d53d4e79a3e7fd221cc365 (diff)
downloadrtmux-4744aa43af47815a9c4c110cceb3959b1662e54b.tar.gz
rtmux-4744aa43af47815a9c4c110cceb3959b1662e54b.tar.bz2
rtmux-4744aa43af47815a9c4c110cceb3959b1662e54b.zip
Add a helper function to get the terminal flags.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 87d38ef3..dbf3244f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1957,6 +1957,7 @@ int tty_open(struct tty *, char **);
void tty_close(struct tty *);
void tty_free(struct tty *);
void tty_set_flags(struct tty *, int);
+int tty_get_flags(struct tty *);
void tty_write(void (*)(struct tty *, const struct tty_ctx *),
struct tty_ctx *);
void tty_cmd_alignmenttest(struct tty *, const struct tty_ctx *);