Remove unneeded focus switching in inputbox_activate_cb.
authorDaniel Carl <danielcarl@gmx.de>
Mon, 5 Aug 2013 21:54:40 +0000 (23:54 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Mon, 5 Aug 2013 21:54:40 +0000 (23:54 +0200)
commitff889cdf6d4159b9dfc0c2c639d58f7517da0f68
treeca3d018e761afcacfa173e83a3a41433bd7640c7
parentf1e44000419a69cd85ef7a25cf0ccf7552c128e4
Remove unneeded focus switching in inputbox_activate_cb.

I don't know why I've added this, but at the moment I can't find any reason or
use case where this might be required. Instead this make the ':input' command
called from inputbox hard to use, because the focus is removed from inputbox.
src/main.c