summaryrefslogtreecommitdiff
path: root/src/fe-text/screen.c
AgeCommit message (Expand)Author
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen
2001-03-15Beginnings of configurable statusbar. The existing items can be configuredTimo Sirainen
2001-02-10theme->default_color is now used again, added default_bold_color whichTimo Sirainen
2001-01-15screen resizing fixes when resizeterm() isn't supportedTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-10Use nodelay() instead of halfdelay()Timo Sirainen
2000-10-27use sigaction() instead of signal(). With some OSes the signal handlerTimo Sirainen
2000-10-08--disable-curses-windows option to configureTimo Sirainen
2000-08-10Topic bar doesn't get erased anymore after resize.Timo Sirainen
2000-08-10Still some fixes for curseses without wresize() or resizeterm().Timo Sirainen
2000-07-27We want to ignore SIGPIPE *ALWAYS*, don't set it back to SIG_DFL.Timo Sirainen
2000-07-26Mainwindows use now real curses WINDOWs, this should fix irssi with someTimo Sirainen
2000-07-04Don't redraw screen after EVERY /SET, just when /SET colors has changed.Timo Sirainen
2000-06-05Maybe I should have tried to run irssi after the ignore_signals "fix" ..Timo Sirainen
2000-06-05ignore_signals setting wasn't read at startup..Timo Sirainen
2000-06-01Or actually :) SIGINT shouldn't be ignored, it's used to detect Ctrl-C...Timo Sirainen
2000-06-01Removed "ignore_sigquit" and added "ignore_signals" instead. You can ignoreTimo Sirainen
2000-06-01"ignore_sigquit" setting - when enabled, ignore SIGQUIT signals. ncursesTimo Sirainen
2000-05-04.. lots of changes ..Timo Sirainen
2000-04-26..adding new files..Timo Sirainen