From 04319964b95304138dbe5cbce0b97222769d0c17 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 31 Aug 2009 20:46:19 +0000 Subject: 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. --- tty.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tty.c') 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 *); -- cgit