Age | Commit message (Expand) | Author |
2005-11-23 | replace guint by gsize for the glib2 version of irssi_ssl_read | Valentin Batz |
2005-07-17 | Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu... | Wouter Coekaerts |
2004-05-14 | Pasting multibyte chars was buggy, patch by Kuang-che Wu | Timo Sirainen |
2004-03-24 | Fixes for Chinese multibyte characters handling and cursor movement, patch | Timo Sirainen |
2003-10-19 | BIG5 fixes by vanilla@FreeBSD.org(?) | Timo Sirainen |
2002-05-12 | some optimizations to not uselessly hide/show/move cursor - hope i didn't | Timo Sirainen |
2002-05-10 | more fixes | Timo Sirainen |
2002-05-10 | another terminfo fix | Timo Sirainen |
2002-05-06 | fixed buffer overflow - happened at least when hitting ^A after writing | Timo Sirainen |
2002-03-16 | term_deinit() should set SIGCONT back to default, so if it's sent after that | Timo Sirainen |
2002-03-14 | Get the terminal size at startup with ioctl() and use it. Fixes at least | Timo Sirainen |
2002-03-10 | whops, stupid utf-8 bug :) | Timo Sirainen |
2002-03-10 | term_addch() : utf-8 fixes for cursor positioning. | Timo Sirainen |
2002-03-09 | Irssi didn't work properly if read() returned only partial utf8 character | Timo Sirainen |
2002-02-17 | compiler warning fix | Timo Sirainen |
2002-02-17 | --disable-terminfo didn't work | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | Timo Sirainen |
2002-02-10 | atexit(term_deinit) | Timo Sirainen |
2002-02-10 | term_clear() should set the background color to RESET, not to 0 (black). | Timo Sirainen |
2001-12-17 | Since I accidentally already committed some of the detach-code, here's the | Timo Sirainen |
2001-12-04 | Never print the last character in screen, this may break some terminals (cygw... | Timo Sirainen |
2001-11-29 | When /SET colors is OFF, irssi displays all non-default background colors as ... | Timo Sirainen |
2001-11-18 | term_refresh(): Change the color to black after everything is done. It's | Timo Sirainen |
2001-11-16 | Removed /SET term_scroll_fast - looks like il/dl commands work fine with | Timo Sirainen |
2001-11-15 | /SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fast | Timo Sirainen |
2001-11-15 | Scrolling should dirty the whole scrolling area, not just the new lines. | Timo Sirainen |
2001-11-03 | Virtualized cursor movement and clearing to end of line. Now neither is done | Timo Sirainen |
2001-11-03 | Reset the color before clearing screen. Set the cursor invisible when moving | Timo Sirainen |
2001-11-03 | Quit if terminal gets lost. | Timo Sirainen |
2001-10-29 | bug in last commit :) background color was broken | Timo Sirainen |
2001-10-29 | when colors aren't used, don't save last_fg and last_bg. This helps at least ... | Timo Sirainen |
2001-10-29 | terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de... | Timo Sirainen |
2001-10-28 | term_getch() -> term_gets() which can be used to read multiple keypresses at | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |