index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keyboard.py
Age
Commit message (
Expand
)
Author
2012-12-27
Fix the ^? for python 3.1
mathieui
2012-12-18
try to fix the ^? issue
mathieui
2012-12-16
Fix a tb on escape and no key after it.
Florent Le Coz
2012-12-15
Fix the '^?' characters appearing
mathieui
2012-12-14
Use get_wch() if available, otherwise use the old (maybe buggy) method.
Florent Le Coz
2011-11-06
Code cleanup (unused import, variables, undefined names, etc…)
mathieui
2011-09-11
Change license to zlib (MIT sucks :()
Florent Le Coz
2011-09-06
Change license to MIT
Florent Le Coz
2011-07-31
Fix the crash on Escape key
Florent Le Coz
2011-05-29
fixes #2164. Restore multiline messages on paste of big text. That’s now fa...
Florent Le Coz
2011-04-16
Fix a typo that made the ban messages not appear at all
Florent Le Coz
2011-04-10
fix the colors for Subscribed alerts
Florent Le Coz
2011-04-10
Remove the bugged handling of :ctrl+arrows
Florent Le Coz
2011-04-10
Implement paused chate state. fixed #2124
Florent Le Coz
2011-04-09
Basic timed event implementation.
Florent Le Coz
2011-02-15
Change the timer to avoid split of big pastes
Florent Le Coz
2011-02-15
Line ^M are now converted to ^J if we are pasting
Florent Le Coz
2011-02-15
Keyboard can now read all shortcuts with Ctrl (e.g Ctrl+left)
Florent Le Coz
2011-01-01
update copyright date
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-10-04
update e-mail address and README
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-26
Basic implementation of the roster and one to one conversations
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-20
Fix the nick change of private tabs. fixed #1845
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-10
fixed #1825
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-10
fixed #1821, also try to fixe #1825
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-10
fix some ncurses crash. fixed #1817
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-08
remove one more possible ncurses glitch by using a muttex. Also correctly rec...
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-03
fixed #1796
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-09-03
python 3 only. Fixes all EncodingError bugs :))))
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-07
completion is now sorted by last_talked. fixed #1712
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-08-07
Begin of a /whois command. Also, ALSMO fixed 1710
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-22
remove useless shebangs. Fixed 1669
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20
also fix the backspace problem
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20
blabla
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-20
Should fix a crash on resize
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-19
remove a debug
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-19
fixes some stuff. Also fixed #1617
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-07-08
Also add this file. Handle properly all utf-8 char entered, and all keyboard ...
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13