summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2001-10-13When active input line was destroyed, irssi didn't set active_entry to NULL.Timo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-09-10Disabled using idcok() which caused redrawing problems with netbsd.Timo Sirainen
2001-09-09Restoring split windows layout didn't work properly (didn't I already commitTimo Sirainen
2001-09-09/WINDOW MOVE UP|DOWN might have crashed.Timo Sirainen
2001-08-31mainwindow_set_size() called mainwindow_shrink() improperly.Timo Sirainen
2001-08-28Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported.Timo Sirainen
2001-08-17/LASTLOG: start parameter wasn't handled correctlyTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14--more-- checker uses now "gui print text finished" signal. "gui " part wasTimo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-08-14Removed trigraphs by adding "" in the middle.Timo Sirainen
2001-08-14Module loading updates - /LOAD shows now also the statically loaded modules.Timo Sirainen
2001-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-08"mail counter" signal is now sent when mail counter is updated in statusbar.Timo Sirainen
2001-08-08Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resetsTimo Sirainen
2001-08-08Never insert NUL characters to entry line (Ctrl-Space)Timo Sirainen
2001-08-08one more extra cleanup for textbuffer_remove_all_lines()Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen
2001-08-08/WINDOW BALANCE didn't work properly when topicbar was off. Added a fewTimo Sirainen
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