tabbed

my build of tabbed
git clone git://git.ckyln.com/~cem/tabbed.git
Log | Files | Refs | README | LICENSE

commit bcf8f355800d77f80705a19c23f00290668b8041
parent fac1758bff9a99f53ff5f6c4ec945eee8a90bae3
Author: Enno Boland (tox) <tox@s01.de>
Date:   Tue, 13 Oct 2009 19:37:20 +0200

correcting comment
Diffstat:
Mtabbed.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tabbed.c b/tabbed.c @@ -658,7 +658,7 @@ void run(void) { XEvent ev; - /* main event loop, also reads xids from stdin */ + /* main event loop */ XSync(dpy, False); drawbar(); while(running) {