summaryrefslogtreecommitdiff
path: root/src/fe-text/term.c
AgeCommit message (Expand)Author
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-05-13don't use TIOCGWINSZ terminal size if it returns only 0x0.Timo Sirainen
2002-03-14Get the terminal size at startup with ioctl() and use it. Fixes at leastTimo Sirainen
2002-03-08/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRCTimo Sirainen
2002-02-17--disable-terminfo didn't workTimo Sirainen
2002-02-15Disable the nl_langinfo() if CODESET isn't defined (openbsd).Timo Sirainen
2002-02-15UTF-8 is now automatically used if locale is set properly.Timo Sirainen
2002-02-15/SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it'sTimo Sirainen
2002-01-29Preliminary support for UTF8 with /SET term_utf8 ON. Input line is stillTimo Sirainen
2001-12-17Since I accidentally already committed some of the detach-code, here's theTimo Sirainen
2001-11-27/SET term_force_colors was broken.Timo Sirainen
2001-11-20/SET colors OFF should work even if /SET term_force_colors is ONTimo 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-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28color forcing stuff left from previous commitTimo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen