Age | Commit message (Expand) | Author |
2001-10-31 | changed default log directory mode to 0700 and file mode to 0600. | Timo Sirainen |
2001-10-30 | updated for $cumode_space | Timo Sirainen |
2001-10-30 | added $cumode_space expando. Like $cumode, but gives " " if there's no mode. | Timo Sirainen |
2001-10-29 | typofix :) | Timo Sirainen |
2001-10-29 | Link with $LDFLAGS when trying to compile one of the test programs.. | Timo Sirainen |
2001-10-29 | forgot to define TI_rep for repeat() command. | Timo Sirainen |
2001-10-29 | bug in last commit :) background color was broken | Timo Sirainen |
2001-10-29 | when colors aren't used, don't save last_fg and last_bg. This helps at least ... | Timo Sirainen |
2001-10-29 | terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de... | Timo Sirainen |
2001-10-29 | Windows weren't created with correct size. When setting statusbar lines for | Timo Sirainen |
2001-10-29 | /WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connec... | Timo Sirainen |
2001-10-29 | stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma... | Timo Sirainen |
2001-10-29 | not needed anymore, code is in term*.[ch] now. | Timo Sirainen |
2001-10-28 | clrtoeol() wasn't called always when drawing buffer, so some garbage could | Timo Sirainen |
2001-10-28 | term_getch() -> term_gets() which can be used to read multiple keypresses at | Timo Sirainen |
2001-10-28 | Removed unused default_real_color, updated default_color's value to "-1" | Timo Sirainen |
2001-10-28 | added a "const" to cvtchar() to get rid of compiler warnings | Timo Sirainen |
2001-10-28 | Even if curses was found, we still need to check if it has terminfo code or | Timo Sirainen |
2001-10-28 | Change that should have been committed already | Timo Sirainen |
2001-10-28 | terminfo_resize() updated - new terminal width can't be taken by reading it | Timo Sirainen |
2001-10-28 | Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking | Timo Sirainen |
2001-10-28 | Use TCSADRAIN option when changing terminfo settings. | Timo Sirainen |
2001-10-28 | color forcing stuff left from previous commit | Timo Sirainen |
2001-10-28 | Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen. | Timo Sirainen |
2001-10-28 | Fixes for the updated configure. | Timo Sirainen |
2001-10-28 | Added support for using terminfo/termcap instead of curses. By default, | Timo Sirainen |
2001-10-27 | When scrolling window with eg. scroll_page_count /2, irssi didn't | Timo Sirainen |
2001-10-25 | Irssi crashed if script died in statusbar handler. | Timo Sirainen |
2001-10-25 | Added flags option for Irssi::UI::Theme::format_expand(). | Timo Sirainen |
2001-10-25 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-25 | Renamed /FORMAT whois_oper_type to whois_oper which is now removed. | Timo Sirainen |
2001-10-25 | Added Irssi::current_theme() and Irssi::Theme::format_expand() | Timo Sirainen |
2001-10-25 | Boot dynaloader too even if perl libraries are compiled statically in irssi. | Timo Sirainen |
2001-10-24 | typofix - s/per/perl/ | Timo Sirainen |
2001-10-24 | bugfix | Timo Sirainen |
2001-10-24 | Added --with-perl-staticlib option to configure. If used, irssi's perl | Timo Sirainen |
2001-10-24 | Removed unfinished code that was not supposed to go to cvs.. | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | Timo Sirainen |
2001-10-24 | Added a bit better error reporting. | Timo Sirainen |
2001-10-24 | Removed some unused code. | Timo Sirainen |
2001-10-24 | Reset QUIT and INTR keys at quit. | Timo Sirainen |
2001-10-24 | Redraw was buggy if entry line didn't continue to end of line. | Timo Sirainen |
2001-10-24 | window-top-statusbars weren't working properly. | Timo Sirainen |
2001-10-24 | Always set the newly created entry active. Currently we don't support multipl... | Timo Sirainen |
2001-10-24 | /SET perl_use_lib setting to specify the path for irssi's perl libraries. | Timo Sirainen |
2001-10-23 | Don't print glib errors when parting a channel which isn't synced yet. | Timo Sirainen |
2001-10-23 | Activity list colors are now configurable. | Timo Sirainen |
2001-10-23 | Using cbreak() mode again, but disable QUIT and INTR keys. | Timo Sirainen |
2001-10-23 | /SCRIPT without parameters now prints list of loaded scripts. | Timo Sirainen |
2001-10-23 | Added eval { } around the DynaLoader::dl_unload_file() calls to get rid of | Timo Sirainen |