Age | Commit message (Expand) | Author |
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 |
2001-06-01 | s/newline/new_line/ - AIX curses (or something) seems to use #define | Timo Sirainen |
2001-06-01 | Removed gccism: #endif WANT_BIG5 -> #endif | Timo Sirainen |
2001-05-31 | Split window fixes | Timo Sirainen |
2001-05-30 | added 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-21 | scrolling in empty windows crashed | Timo Sirainen |
2001-05-21 | removing line from the top of the screen crashed irssi | Timo Sirainen |
2001-05-18 | Split windows created with /WINDOW SHOW are now sticky if | Timo Sirainen |
2001-05-17 | textbuffer_view_redraw() - call werase() before drawing anything, this | Timo Sirainen |
2001-05-17 | don't crash with /WINDOW HIDE | Timo Sirainen |
2001-05-17 | Getting rid of gettext, moved some _(..) texts to themes and left some error | 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-17 | KEY_RESIZE isn't defined in all curseses, #ifdef it | Timo Sirainen |
2001-05-11 | statusbar was a bit broken when using split windows | Timo Sirainen |
2001-05-11 | Line removing fixes, /LAST -clear fixed | Timo Sirainen |
2001-05-11 | updated /BIND help, removed special_char bind command and added insert_text. | Timo Sirainen |
2001-05-11 | resizing terminal with /CLEARed empty windows scrolled those windows so that | Timo Sirainen |
2001-05-11 | KEY_RESIZE is sent when screen is resized, ignore it. | Timo Sirainen |
2001-05-06 | keyboard handling rewrite | Timo Sirainen |
2001-05-01 | --with-big5 enables Chinese Big5 charset support. Patch by vanilla@freebsd.org | Timo Sirainen |
2001-04-22 | /SET indent_always - should we indent the long words that are forcibly | Timo Sirainen |
2001-04-20 | potential crash fix.. | Timo Sirainen |
2001-04-16 | added/removed some checks | Timo Sirainen |
2001-04-16 | split windows were broken. added some checks to textbuffer. | Timo Sirainen |
2001-04-14 | resize fixes | Timo Sirainen |
2001-04-14 | some resize problems fixed | Timo Sirainen |