summaryrefslogtreecommitdiff
path: root/src/windows/inputs.py
AgeCommit message (Collapse)Author
2014-12-31Fix broken CTRL+arrow key shortcuts under some termsCĂ©lestin Matte
2014-12-17Fix scrolling inside the input when the text is small enough to fitmathieui
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change)
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
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-19Scroll the input after erasing the last visible charmathieui
2014-07-19Fix #2563 (fix the asserts in adjust_view_pos)mathieui
Thanks djanos
2014-05-05Split the windows.py module into a subdirectorymathieui