summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
AgeCommit message (Expand)Author
2001-11-03Virtualized cursor movement and clearing to end of line. Now neither is doneTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-11-03Quit if terminal gets lost.Timo Sirainen
2001-10-29bug in last commit :) background color was brokenTimo Sirainen
2001-10-29when colors aren't used, don't save last_fg and last_bg. This helps at least ...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-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo 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