tabbed

Simple tabbing application for X11.
git clone git://r-36.net/tabbed
Log | Files | Refs | README | LICENSE

commit c45074e1c58dffc9a0f9920983923d6cd7d01b8b
parent 6c5acb1b1e7759449e9663b50a659d9dbb2ebf50
Author: Enno Boland (tox) <tox@s01.de>
Date:   Mon,  7 Sep 2009 22:22:08 +0200

forgot to add killclient here.
Diffstat:
tabbed.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tabbed.c b/tabbed.c @@ -70,6 +70,7 @@ static void expose(XEvent *e); static unsigned long getcolor(const char *colstr); static void initfont(const char *fontstr); static void keypress(XEvent *e); +static void killclient(const Arg *arg); static void move(const Arg *arg); static void newtab(const Arg *arg); static void rotate(const Arg *arg);