correcting comment - tabbed - my small fork of tabbed
HTML git clone https://git.drkhsh.at/tabbed.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit bcf8f355800d77f80705a19c23f00290668b8041
DIR parent fac1758bff9a99f53ff5f6c4ec945eee8a90bae3
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 13 Oct 2009 19:37:20 +0200
correcting comment
Diffstat:
M tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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) {