index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
term-curses.c
Age
Commit message (
Expand
)
Author
2010-02-27
Irssi now detects a paste if it reads at least three bytes in a single read;
Alexander Færøy
2008-04-19
Remove non-working detach/attach code.
Emanuele Giaquinta
2008-04-16
Remove the need to buffer input by moving the 'gui key pressed' events
Emanuele Giaquinta
2008-04-04
Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.
Emanuele Giaquinta
2008-02-02
Remove term-curses.h (was added for cuix).
Emanuele Giaquinta
2007-06-17
Remove cuix from trunk.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-09-17
Fix %k and %K mappings.
Emanuele Giaquinta
2006-09-17
Simplify.
Emanuele Giaquinta
2006-09-12
Refactoring to avoid code duplication.
Emanuele Giaquinta
2006-09-09
Cosmetic, merge two statements and reindent with tabs.
Emanuele Giaquinta
2006-09-09
Add support for wide curses.
Emanuele Giaquinta
2006-08-08
Merge of cuix back in trunk
nattfodd
2005-07-17
Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...
Wouter Coekaerts
2002-02-17
--disable-terminfo didn't work
Timo Sirainen
2001-12-04
Never print the last character in screen, this may break some terminals (cygw...
Timo Sirainen
2001-11-16
Removed /SET term_scroll_fast - looks like il/dl commands work fine with
Timo Sirainen
2001-11-15
/SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fast
Timo Sirainen
2001-10-28
term_getch() -> term_gets() which can be used to read multiple keypresses at
Timo Sirainen
2001-10-28
Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking
Timo Sirainen
2001-10-28
Use TCSADRAIN option when changing terminfo settings.
Timo Sirainen
2001-10-28
Added support for using terminfo/termcap instead of curses. By default,
Timo Sirainen