From ed3535db8a5dac03cab96f7fc220b99095423fd0 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Mon, 31 Aug 2009 22:30:15 +0000 Subject: Sync OpenBSD patchset 302: 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tty.c') diff --git a/tty.c b/tty.c index 74dd6f8e..d7bf11a6 100644 --- a/tty.c +++ b/tty.c @@ -1,4 +1,4 @@ -/* $Id: tty.c,v 1.130 2009-08-21 21:15:00 tcunha Exp $ */ +/* $Id: tty.c,v 1.131 2009-08-31 22:30:15 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -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