summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2001-08-07Windows' parent weren't saved (but was restored..)Timo Sirainen
2001-08-07Restoring layout for split windows works betters now. Some sticky windowTimo Sirainen
2001-08-04statusbar_item_redraw() didn't work properly with multiple split windows.Timo Sirainen
2001-08-03/WINDOW STICK changes - If ref# is given and it's in another split window,Timo Sirainen
2001-08-03Added sticky window information to /WINDOW.Timo Sirainen
2001-07-29--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPTTimo Sirainen
2001-07-29Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed.Timo Sirainen
2001-07-29Added a small sanity check - the condition should never happen, but it seemsTimo Sirainen
2001-07-16forgot to add textbuffer-reformat.hTimo Sirainen
2001-07-15/SB REDRAW functionality - not fully working yet.Timo Sirainen
2001-07-15Added --home and --config command line parameters to irssi to specifyTimo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-06-29Moved screen_refresh_thaw() in initialization before theTimo Sirainen
2001-06-29removed fe-perlTimo Sirainen
2001-06-27Added -v / --version command line option. Moved POPT_AUTOHELP option toTimo Sirainen
2001-06-26"print text finished" -> "gui print text finished". Added %[options] formatTimo Sirainen
2001-06-26Added $cumode expando which works like $P, but prints voices/halfops also.Timo Sirainen
2001-06-26special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } charsTimo Sirainen
2001-06-21if perl is compiled statically, initialize it after the "irssi initTimo Sirainen
2001-06-18/SET scrollback_lines 0 now means unlimited.Timo Sirainen
2001-06-04resizing empty windows didn't work properlyTimo Sirainen
2001-06-02bugfixTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01moved /SET ignore_signals to core.Timo Sirainen
2001-06-01Resizing window destroyed curses window, but didn't update the view's cursesTimo Sirainen
2001-06-01more #endif WANT_BIG5 -> #endif changesTimo Sirainen
2001-06-01s/newline/new_line/ - AIX curses (or something) seems to use #defineTimo Sirainen
2001-06-01Removed gccism: #endif WANT_BIG5 -> #endifTimo Sirainen
2001-05-31Split window fixesTimo Sirainen
2001-05-30added missing ')' from last patch :) and now /last 0<number> (eg. /last 050)Timo Sirainen
2001-05-30/LAST <number> <non-number> (eg. /last 5 -) should treat the number as text,Timo Sirainen
2001-05-21scrolling in empty windows crashedTimo Sirainen
2001-05-21removing line from the top of the screen crashed irssiTimo Sirainen
2001-05-18Split windows created with /WINDOW SHOW are now sticky ifTimo Sirainen
2001-05-17textbuffer_view_redraw() - call werase() before drawing anything, thisTimo Sirainen
2001-05-17don't crash with /WINDOW HIDETimo Sirainen
2001-05-17Getting rid of gettext, moved some _(..) texts to themes and left some errorTimo Sirainen
2001-05-17raw() mode also disabled SIGINT == ^C, so remove the 5x^C = SIGTERM.Timo Sirainen
2001-05-17cbreak() -> raw() - this fixes at least the Ctrl-4 abort.Timo Sirainen
2001-05-17KEY_RESIZE isn't defined in all curseses, #ifdef itTimo Sirainen
2001-05-11statusbar was a bit broken when using split windowsTimo Sirainen
2001-05-11Line removing fixes, /LAST -clear fixedTimo Sirainen
2001-05-11updated /BIND help, removed special_char bind command and added insert_text.Timo Sirainen
2001-05-11resizing terminal with /CLEARed empty windows scrolled those windows so thatTimo Sirainen
2001-05-11KEY_RESIZE is sent when screen is resized, ignore it.Timo Sirainen
2001-05-06keyboard handling rewriteTimo Sirainen
2001-05-01--with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.orgTimo Sirainen
2001-04-22/SET indent_always - should we indent the long words that are forciblyTimo Sirainen
2001-04-20potential crash fix..Timo Sirainen
2001-04-16added/removed some checksTimo Sirainen