Introduction
Introduction Statistics Contact Development Disclaimer Help
Allowing xterm again to be run in tabbed. - tabbed - tab interface for applicat…
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 66021e959ca27b9be90e1440592812345404a452
parent 82fdff00239196e97958aceb6139f650fd9122ee
Author: Christoph Lohmann <[email protected]>
Date: Sun, 6 Jan 2013 14:56:45 +0100
Allowing xterm again to be run in tabbed.
Thanks "Oleg O. Chukaev" <[email protected]> for reporting this!
Diffstat:
M tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tabbed.c b/tabbed.c
@@ -730,7 +730,7 @@ void
maprequest(const XEvent *e) {
const XMapRequestEvent *ev = &e->xmaprequest;
- if(getclient(ev->window) > -1)
+ if(getclient(ev->window) < 0)
manage(ev->window);
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.