summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
AgeCommit message (Expand)Author
2014-08-09Add bounds check to array access in terminfo driver.Ailin Nemui
2014-07-24fix colour 0 againAilin Nemui
2014-07-23restore the colour 0 ("black") that got broken by extended coloursAilin Nemui
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-07-06Merge pull request #85 from dgl/werrorAlexander Færøy
2014-07-06Make configure checks able to build with -WerrorDavid Leadbeater
2014-07-04fix compiler warnings in extended colour codeAilin Nemui
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2010-02-27Irssi now detects a paste if it reads at least three bytes in a single read;Alexander Færøy
2009-02-27Check for SIGCONT using a custom GSource instead of every 0.5 second.Jilles Tjoelker
2008-12-05Factor computation of fg/bg.Emanuele Giaquinta
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-04-21Reindent.Emanuele Giaquinta
2008-04-21Remove no longer needed kludge to inhibit writing in the last cell.Emanuele Giaquinta
2008-04-20Simplify.Emanuele Giaquinta
2008-04-19Remove non-working detach/attach code.Emanuele Giaquinta
2008-04-16Remove the need to buffer input by moving the 'gui key pressed' eventsEmanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-03-09Replace usage of get_utf8_char with g_utf8_get_char_validated.Emanuele Giaquinta
2008-01-25Update the terminfo backend to query the 'colors' capability and support moreEmanuele Giaquinta
2008-01-24Do not assume that bit 0x80 enables blink, rather call set_blink whenEmanuele Giaquinta
2008-01-24Remove empty function.Emanuele Giaquinta
2007-05-31Assume width 1 for control characters in places where a non-negative width isEmanuele Giaquinta
2007-05-25Replace utf8_width with Markus Kuhn's wcwidth.Emanuele Giaquinta
2007-05-08Oops. Update address correctly now.Wouter Coekaerts
2007-05-08Update FSF addressWouter Coekaerts
2006-09-24Modify term_move to accept only non negative coordinates.Emanuele Giaquinta
2006-09-20Fix bold on monochrome terminals.Emanuele Giaquinta
2005-11-23replace guint by gsize for the glib2 version of irssi_ssl_readValentin Batz
2005-07-17Handle ^Z better (debian/patches/03sigtstp.dpatch by David Pashley, http://bu...Wouter Coekaerts
2004-05-14Pasting multibyte chars was buggy, patch by Kuang-che WuTimo Sirainen
2004-03-24Fixes for Chinese multibyte characters handling and cursor movement, patchTimo Sirainen
2003-10-19BIG5 fixes by vanilla@FreeBSD.org(?)Timo Sirainen
2002-05-12some optimizations to not uselessly hide/show/move cursor - hope i didn'tTimo Sirainen
2002-05-10more fixesTimo Sirainen
2002-05-10another terminfo fixTimo Sirainen
2002-05-06fixed buffer overflow - happened at least when hitting ^A after writingTimo Sirainen
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