summaryrefslogtreecommitdiff
path: root/src/fe-text/term-terminfo.c
AgeCommit message (Expand)Author
2018-01-08Merge pull request #697 from ailin-nemui/rsplitailin-nemui
2018-01-07Fix space in messageailin-nemui
2018-01-07Reword warning messageailin-nemui
2018-01-06Add a startup warning if the TERM var is wrong inside tmux/screendequis
2018-01-06fix some moreailin-nemui
2018-01-06sideways split support for Irssiailin-nemui
2017-08-07Revert "Merge pull request #452 from LemonBoy/terminfo-cup"ailin-nemui
2017-06-17term-terminfo: Avoid switching out of alt screen on unexpected exitsdequis
2016-12-19Fix oob read on invalid utf8 in term_addstrJoseph Bisch
2016-03-22Merge pull request #452 from LemonBoy/terminfo-cupailin-nemui
2016-03-22Don't call terminfo_cont() twice on resumeLemonBoy
2016-03-22Properly toggle bracketed paste mode on stop/contailin-nemui
2015-11-08Merge remote-tracking branch 'origin/master' into bracketed-pastedequis
2015-10-04Fix the indentation.LemonBoy
2015-10-02Even simpler logicLemonBoy
2015-10-02Rework the logic to avoid allocating memoryLemonBoy
2015-10-02Fix the display of utf8 sequences in the guiLemonBoy
2015-09-27Enable the bracketed paste mode on demandLemonBoy
2014-12-14Fix blinking/bold text in terminals with no color supportdequis
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