Re: [dev] [tabbed] explicitly requesting input focus

2012-04-30 Thread Connor Lane Smith
Hey, On 30 April 2012 14:41, Ivan Kanakarakis wrote: > it seems tabbed is requesting input focus, see line 395 on tabbed.c [0] There was a private thread about this because the guy who reported it didn't want to subscribe to the mailing list or something. To summarise, On 16 November 2011 21:06

[dev] [tabbed] explicitly requesting input focus

2012-04-30 Thread Ivan Kanakarakis
Hey sucklers, it seems tabbed is requesting input focus, see line 395 on tabbed.c [0] On the other hand, dwm tries to work around/fix this, see line 873 in dwm.c [1] Chromium also seems to be requesting input focus explicitly. Should this be fixed in tabbed ? [0]: http://hg.suckless.org/tabbed/