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
/
screen.c
Age
Commit message (
Expand
)
Author
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen
2001-09-10
Disabled using idcok() which caused redrawing problems with netbsd.
Timo Sirainen
2001-08-28
Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported.
Timo Sirainen
2001-07-29
Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed.
Timo Sirainen
2001-06-01
Replaced all direct curses calls with screen_xx() wrappers. This should
Timo Sirainen
2001-06-01
moved /SET ignore_signals to core.
Timo Sirainen
2001-05-17
raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM.
Timo Sirainen
2001-05-17
cbreak() -> raw() - this fixes at least the Ctrl-4 abort.
Timo Sirainen
2001-05-06
keyboard handling rewrite
Timo Sirainen
2001-04-14
Rewrote text buffer handling in windows - try #3.
Timo Sirainen
2001-03-15
Beginnings of configurable statusbar. The existing items can be configured
Timo Sirainen
2001-02-10
theme->default_color is now used again, added default_bold_color which
Timo Sirainen
2001-01-15
screen resizing fixes when resizeterm() isn't supported
Timo Sirainen
2000-11-18
Win32 fixes - Irssi now compiles with MSVC++ :)
Timo Sirainen
2000-11-10
Use nodelay() instead of halfdelay()
Timo Sirainen
2000-10-27
use sigaction() instead of signal(). With some OSes the signal handler
Timo Sirainen
2000-10-08
--disable-curses-windows option to configure
Timo Sirainen
2000-08-10
Topic bar doesn't get erased anymore after resize.
Timo Sirainen
2000-08-10
Still some fixes for curseses without wresize() or resizeterm().
Timo Sirainen
2000-07-27
We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL.
Timo Sirainen
2000-07-26
Mainwindows use now real curses WINDOWs, this should fix irssi with some
Timo Sirainen
2000-07-04
Don't redraw screen after EVERY /SET, just when /SET colors has changed.
Timo Sirainen
2000-06-05
Maybe I should have tried to run irssi after the ignore_signals "fix" ..
Timo Sirainen
2000-06-05
ignore_signals setting wasn't read at startup..
Timo Sirainen
2000-06-01
Or actually :) SIGINT shouldn't be ignored, it's used to detect Ctrl-C...
Timo Sirainen
2000-06-01
Removed "ignore_sigquit" and added "ignore_signals" instead. You can ignore
Timo Sirainen
2000-06-01
"ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncurses
Timo Sirainen
2000-05-04
.. lots of changes ..
Timo Sirainen
2000-04-26
..adding new files..
Timo Sirainen