aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-08-31 20:46:19 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-08-31 20:46:19 +0000
commit04319964b95304138dbe5cbce0b97222769d0c17 (patch)
tree3d067da0a55da208bbf9dd18d1711d5b165ffcfc /tty.c
parent8102ec3be55e9800837eeb2f1f9135a433452794 (diff)
downloadrtmux-04319964b95304138dbe5cbce0b97222769d0c17.tar.gz
rtmux-04319964b95304138dbe5cbce0b97222769d0c17.tar.bz2
rtmux-04319964b95304138dbe5cbce0b97222769d0c17.zip
Add a new display-panes command, with two options (display-panes-colour and
display-panes-time), which displays a visual indication of the number of each pane.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tty.c b/tty.c
index 158bd527..de6b4d0b 100644
--- a/tty.c
+++ b/tty.c
@@ -34,7 +34,6 @@ void tty_raw(struct tty *, const char *);
int tty_try_256(struct tty *, u_char, const char *);
int tty_try_88(struct tty *, u_char, const char *);
-void tty_attributes(struct tty *, const struct grid_cell *);
void tty_attributes_fg(struct tty *, const struct grid_cell *);
void tty_attributes_bg(struct tty *, const struct grid_cell *);