summaryrefslogtreecommitdiff
path: root/src/fe-text/terminfo-core.c
AgeCommit message (Expand)Author
2016-08-04remove curses terminal and ncurses macroailin-nemui
2016-03-22Make use of terminal application keys configurableailin-nemui
2016-03-22Merge pull request #457 from ailin-nemui/fix_450ailin-nemui
2016-03-22Properly toggle bracketed paste mode on stop/contailin-nemui
2016-03-22fix race condition in terminal initailin-nemui
2015-09-19Modify the terminal initialization sequenceLemonBoy
2015-09-06Send smkx/rmkx sequence at terminal initLemonBoy
2015-04-07Change all strcmp() to g_strcmp0() to handle nulls gracefullydequis
2014-07-07add italics support; don't use standout for reverseLukas Mai
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2014-06-30Initial implementation of 256 colour support for IrssiTom Feist
2008-04-20Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUC...Emanuele Giaquinta
2008-04-04Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.Emanuele Giaquinta
2008-03-31Print warning messages to stderr rather than to stdout.Emanuele Giaquinta
2008-01-25Update the terminfo backend to query the 'colors' capability and support moreEmanuele Giaquinta
2008-01-24Add function to set blink to the terminfo backend.Emanuele Giaquinta
2008-01-24Remove empty function.Emanuele Giaquinta
2006-01-31Fix colors with TERM=xterm-{88,256}color, patch by Emanuele GiaquintaValentin Batz
2005-11-15Fixed return code of term_init (resulted in segfault with invalid TERM andJochen Eisinger
2002-03-14Scrolling was buggy with "ri" method, it tried to used "rin" as wellTimo Sirainen
2001-11-16Removed /SET term_scroll_fast - looks like il/dl commands work fine withTimo Sirainen
2001-11-15/SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fastTimo Sirainen
2001-11-12Prefer scrolling with n lines insert/remove to 1 line at a time scrollingTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-10-29forgot to define TI_rep for repeat() command.Timo Sirainen
2001-10-29terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de...Timo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28terminfo_resize() updated - new terminal width can't be taken by reading itTimo Sirainen
2001-10-28Use TCSADRAIN option when changing terminfo settings.Timo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen