Preserve unfinished input lines during chat switch
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 5 Feb 2014 20:29:42 +0000 (21:29 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sun, 2 Mar 2014 17:48:56 +0000 (18:48 +0100)
commit20d95ee2c3dfba12a15c9290b69aa8aaa9d5f2fa
tree6ad172906503a43d006b904839f0c59c7959c982
parent5d0f6311ab9e40e026d6ba26fa15e4ba6a5aead3
Preserve unfinished input lines during chat switch

This is problematic, as apparently we cannot write in widgets that are
active with key hits, so attempting to write it back in response to Tab
did not work. This is now done with a delay, for lack of a better method.
dialogs.c