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
Age
Commit message (
Expand
)
Author
2001-10-14
Resizing terminal works now properly, also sends "terminal resized" signal
Timo Sirainen
2001-10-14
Reversed text (^V) works again.
Timo Sirainen
2001-10-14
fallback to sb_background in theme if no other statusbar background settings
Timo Sirainen
2001-10-13
When active input line was destroyed, irssi didn't set active_entry to NULL.
Timo Sirainen
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen
2001-09-11
It's now possible to stop single character /BINDs from printing to input
Timo Sirainen
2001-09-10
Disabled using idcok() which caused redrawing problems with netbsd.
Timo Sirainen
2001-09-09
Restoring split windows layout didn't work properly (didn't I already commit
Timo Sirainen
2001-09-09
/WINDOW MOVE UP|DOWN might have crashed.
Timo Sirainen
2001-08-31
mainwindow_set_size() called mainwindow_shrink() improperly.
Timo Sirainen
2001-08-28
Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported.
Timo Sirainen
2001-08-17
/LASTLOG: start parameter wasn't handled correctly
Timo Sirainen
2001-08-14
Some internal changes how /SERVER command works. Added /SERVER PURGE
Timo Sirainen
2001-08-14
--more-- checker uses now "gui print text finished" signal. "gui " part was
Timo Sirainen
2001-08-14
/SET scroll ON - should the windows be scrolled by default when you're at
Timo Sirainen
2001-08-14
Removed trigraphs by adding "" in the middle.
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen
2001-08-12
textbuffer_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-08
Changed signal / function names for /LAYOUT stuff. /LAYOUT RESET now resets
Timo Sirainen
2001-08-08
Never insert NUL characters to entry line (Ctrl-Space)
Timo Sirainen
2001-08-08
one more extra cleanup for textbuffer_remove_all_lines()
Timo Sirainen
2001-08-08
Some extra cleanups for /SB CLEAR.
Timo Sirainen
2001-08-08
/WINDOW BALANCE didn't work properly when topicbar was off. Added a few
Timo Sirainen
2001-08-07
Windows' parent weren't saved (but was restored..)
Timo Sirainen
2001-08-07
Restoring layout for split windows works betters now. Some sticky window
Timo Sirainen
2001-08-04
statusbar_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-03
Added sticky window information to /WINDOW.
Timo Sirainen
2001-07-29
--enable-perl* -> --with-perl*. Added a new libfe_perl which handles /SCRIPT
Timo Sirainen
2001-07-29
Resize fixes. Now SIGWINCH only sets a flag that a resize check is needed.
Timo Sirainen
2001-07-29
Added a small sanity check - the condition should never happen, but it seems
Timo Sirainen
2001-07-16
forgot to add textbuffer-reformat.h
Timo Sirainen
2001-07-15
/SB REDRAW functionality - not fully working yet.
Timo Sirainen
2001-07-15
Added --home and --config command line parameters to irssi to specify
Timo Sirainen
2001-07-12
Replaced GList by adding prev/next pointers to LINE_REC. This should make
Timo Sirainen
2001-06-29
Moved screen_refresh_thaw() in initialization before the
Timo Sirainen
2001-06-29
removed fe-perl
Timo Sirainen
2001-06-27
Added -v / --version command line option. Moved POPT_AUTOHELP option to
Timo Sirainen
2001-06-26
"print text finished" -> "gui print text finished". Added %[options] format
Timo Sirainen
2001-06-26
Added $cumode expando which works like $P, but prints voices/halfops also.
Timo Sirainen
2001-06-26
special-vars: added flag PARSE_FLAG_ESCAPE_THEME to escape { and } chars
Timo Sirainen
2001-06-21
if perl is compiled statically, initialize it after the "irssi init
Timo Sirainen
2001-06-18
/SET scrollback_lines 0 now means unlimited.
Timo Sirainen
2001-06-04
resizing empty windows didn't work properly
Timo Sirainen
2001-06-02
bugfix
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-06-01
Resizing window destroyed curses window, but didn't update the view's curses
Timo Sirainen
2001-06-01
more #endif WANT_BIG5 -> #endif changes
Timo Sirainen
[prev]
[next]