Age | Commit message (Expand) | Author |
2008-12-05 | Factor computation of fg/bg. | Emanuele Giaquinta |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | Emanuele Giaquinta |
2008-11-10 | Remove get_utf8_char/utf16_char_to_utf8 in favour of glib | Emanuele Giaquinta |
2008-04-21 | Reindent. | Emanuele Giaquinta |
2008-04-21 | Remove no longer needed kludge to inhibit writing in the last cell. | Emanuele Giaquinta |
2008-04-20 | Simplify. | Emanuele Giaquinta |
2008-04-19 | Remove non-working detach/attach code. | Emanuele Giaquinta |
2008-04-16 | Remove the need to buffer input by moving the 'gui key pressed' events | Emanuele Giaquinta |
2008-04-04 | Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'. | Emanuele Giaquinta |
2008-03-09 | Replace usage of get_utf8_char with g_utf8_get_char_validated. | Emanuele Giaquinta |
2008-01-25 | Update the terminfo backend to query the 'colors' capability and support more | Emanuele Giaquinta |
2008-01-24 | Do not assume that bit 0x80 enables blink, rather call set_blink when | Emanuele Giaquinta |
2008-01-24 | Remove empty function. | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2006-09-24 | Modify term_move to accept only non negative coordinates. | Emanuele Giaquinta |
2006-09-20 | Fix bold on monochrome terminals. | Emanuele Giaquinta |
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 |