summaryrefslogtreecommitdiff
path: root/src/fe-text/terminfo-core.c
AgeCommit message (Expand)Author
2002-03-14Scrolling was buggy with "ri" method, it tried to used "rin" as wellTimo 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-11-12Prefer scrolling with n lines insert/remove to 1 line at a time scrollingTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-10-29forgot to define TI_rep for repeat() command.Timo Sirainen
2001-10-29terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de...Timo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28terminfo_resize() updated - new terminal width can't be taken by reading itTimo Sirainen
2001-10-28Use TCSADRAIN option when changing terminfo settings.Timo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen