summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
AgeCommit message (Expand)Author
2002-03-16term_deinit() should set SIGCONT back to default, so if it's sent after thatTimo Sirainen
2002-03-14Get the terminal size at startup with ioctl() and use it. Fixes at leastTimo Sirainen
2002-03-10whops, stupid utf-8 bug :)Timo Sirainen
2002-03-10term_addch() : utf-8 fixes for cursor positioning.Timo Sirainen
2002-03-09Irssi didn't work properly if read() returned only partial utf8 characterTimo Sirainen
2002-02-17compiler warning fixTimo Sirainen
2002-02-17--disable-terminfo didn't workTimo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-02-10atexit(term_deinit)Timo Sirainen
2002-02-10term_clear() should set the background color to RESET, not to 0 (black).Timo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-12-04Never print the last character in screen, this may break some terminals (cygw...Timo Sirainen
2001-11-29When /SET colors is OFF, irssi displays all non-default background colors as ...Timo Sirainen
2001-11-18term_refresh(): Change the color to black after everything is done. It'sTimo 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-15Scrolling should dirty the whole scrolling area, not just the new lines.Timo Sirainen
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