Age | Commit message (Expand) | Author |
2018-01-08 | Merge pull request #697 from ailin-nemui/rsplit | ailin-nemui |
2018-01-06 | Add a startup warning if the TERM var is wrong inside tmux/screen | dequis |
2018-01-06 | sideways split support for Irssi | ailin-nemui |
2016-05-13 | Move utf8.{h,c} from fe-common/core to core. | Xavier G |
2016-03-22 | Make use of terminal application keys configurable | ailin-nemui |
2015-11-08 | Merge remote-tracking branch 'origin/master' into bracketed-paste | dequis |
2015-10-02 | Fix the display of utf8 sequences in the gui | LemonBoy |
2015-09-27 | Enable the bracketed paste mode on demand | LemonBoy |
2014-07-07 | add italics support; don't use standout for reverse | Lukas Mai |
2014-07-04 | fix compiler warnings in extended colour code | Ailin Nemui |
2014-06-30 | Finish 256 colour support for Irssi | Ailin Nemui |
2014-06-30 | Initial implementation of 256 colour support for Irssi | Tom Feist |
2010-02-27 | Irssi now detects a paste if it reads at least three bytes in a single read; | Alexander Færøy |
2008-11-15 | Handle bold/blink attributes like other attributes rather than mapping them to | 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 |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-03 | Add common IS_PRINTABLE macro. | Emanuele Giaquinta |
2002-03-14 | Get the terminal size at startup with ioctl() and use it. Fixes at least | Timo Sirainen |
2002-02-15 | /SET term_type 8bit|utf8|big5 - Removed --with-big5 configure option, it's | 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-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-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 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |