tRemove debug output. - tabbed - Simple tabbing application for X11.
(HTM) git clone git://r-36.net/tabbed
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f2152590f18d8258ed545aa6acbf02602180d6e7
(DIR) parent 0139c17d446fde442f7e1b2a67097806ea66a3ea
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 23 Dec 2017 18:48:01 +0100
Remove debug output.
Diffstat:
tabbed.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/tabbed.c b/tabbed.c
t@@ -778,11 +778,9 @@ manage(Window w)
/* Adjust sel before focus does set it to lastsel. */
if (sel >= nextpos)
sel++;
- printf("nextfocus = %d\n", nextfocus);
focus(nextfocus ? nextpos :
sel < 0 ? 0 :
sel);
- printf("foreground = %d\n", foreground);
nextfocus = foreground;
}