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
/
term-terminfo.c
Age
Commit message (
Expand
)
Author
2001-11-18
term_refresh(): Change the color to black after everything is done. It's
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-15
Scrolling should dirty the whole scrolling area, not just the new lines.
Timo Sirainen
2001-11-03
Virtualized cursor movement and clearing to end of line. Now neither is done
Timo Sirainen
2001-11-03
Reset the color before clearing screen. Set the cursor invisible when moving
Timo Sirainen
2001-11-03
Quit if terminal gets lost.
Timo Sirainen
2001-10-29
bug in last commit :) background color was broken
Timo Sirainen
2001-10-29
when colors aren't used, don't save last_fg and last_bg. This helps at least ...
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
Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking
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