summaryrefslogtreecommitdiff
path: root/src/windows/input_placeholders.py
AgeCommit message (Collapse)Author
2015-01-28Minor fixes to the certificate warning prompt (#2949)mathieui
- slightly lower the CPU usage (callback instead of active waiting w/ sleep) - make the terminal beep so the user knows something happened - prevent the user “escaping” the prompt by pressing /, s, or S
2014-12-19Remove an useless input method which was needed with threadsmathieui
2014-10-14Merge branch 'master' of git.poez.io:poezio into slixmathieui
Conflicts: src/core/handlers.py src/tabs/xmltab.py
2014-08-07Continuation keys (like after M-j or Ctrl-c) are handled without blockingFlorent Le Coz
2014-08-01Entirely remove the g_lock (used to avoid a few race conditions with ncures)Florent Le Coz
2014-07-27Add dummy on_delete handlers for input placeholdersmathieui
2014-05-05Split the windows.py module into a subdirectorymathieui