summaryrefslogtreecommitdiff
path: root/src/fe-text/term-curses.c
AgeCommit message (Expand)Author
2006-09-17Fix %k and %K mappings.Emanuele Giaquinta
2006-09-17Simplify.Emanuele Giaquinta
2006-09-12Refactoring to avoid code duplication.Emanuele Giaquinta
2006-09-09Cosmetic, merge two statements and reindent with tabs.Emanuele Giaquinta
2006-09-09Add support for wide curses.Emanuele Giaquinta
2006-08-08Merge of cuix back in trunknattfodd
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...Wouter Coekaerts
2002-02-17--disable-terminfo didn't workTimo Sirainen
2001-12-04Never print the last character in screen, this may break some terminals (cygw...Timo Sirainen
2001-11-16Removed /SET term_scroll_fast - looks like il/dl commands work fine withTimo Sirainen
2001-11-15/SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fastTimo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28Use TCSADRAIN option when changing terminfo settings.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen