index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
terminfo-core.c
Age
Commit message (
Expand
)
Author
2016-08-04
remove curses terminal and ncurses macro
ailin-nemui
2016-03-22
Make use of terminal application keys configurable
ailin-nemui
2016-03-22
Merge pull request #457 from ailin-nemui/fix_450
ailin-nemui
2016-03-22
Properly toggle bracketed paste mode on stop/cont
ailin-nemui
2016-03-22
fix race condition in terminal init
ailin-nemui
2015-09-19
Modify the terminal initialization sequence
LemonBoy
2015-09-06
Send smkx/rmkx sequence at terminal init
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-07-07
add italics support; don't use standout for reverse
Lukas Mai
2014-06-30
Finish 256 colour support for Irssi
Ailin Nemui
2014-06-30
Initial implementation of 256 colour support for Irssi
Tom Feist
2008-04-20
Simplify computation of TERM_REC fields offsets using G_STRUCT_OFFSET/G_STRUC...
Emanuele Giaquinta
2008-04-04
Change type of 'chr' argument in terminfo_repeat/term_addch to 'char'.
Emanuele Giaquinta
2008-03-31
Print warning messages to stderr rather than to stdout.
Emanuele Giaquinta
2008-01-25
Update the terminfo backend to query the 'colors' capability and support more
Emanuele Giaquinta
2008-01-24
Add function to set blink to the terminfo backend.
Emanuele Giaquinta
2008-01-24
Remove empty function.
Emanuele Giaquinta
2006-01-31
Fix colors with TERM=xterm-{88,256}color, patch by Emanuele Giaquinta
Valentin Batz
2005-11-15
Fixed return code of term_init (resulted in segfault with invalid TERM and
Jochen Eisinger
2002-03-14
Scrolling was buggy with "ri" method, it tried to used "rin" as well
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-12
Prefer scrolling with n lines insert/remove to 1 line at a time scrolling
Timo Sirainen
2001-11-03
Reset the color before clearing screen. Set the cursor invisible when moving
Timo Sirainen
2001-10-29
forgot to define TI_rep for repeat() command.
Timo Sirainen
2001-10-29
terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de...
Timo Sirainen
2001-10-28
term_getch() -> term_gets() which can be used to read multiple keypresses at
Timo Sirainen
2001-10-28
terminfo_resize() updated - new terminal width can't be taken by reading it
Timo Sirainen
2001-10-28
Use TCSADRAIN option when changing terminfo settings.
Timo Sirainen
2001-10-28
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Timo Sirainen
2001-10-28
Added support for using terminfo/termcap instead of curses. By default,
Timo Sirainen