Age | Commit message (Expand) | Author |
2001-11-05 | Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef... | Timo Sirainen |
2001-11-04 | Still messing up with colors. | Timo Sirainen |
2001-11-03 | Virtualized cursor movement and clearing to end of line. Now neither is done | Timo Sirainen |
2001-11-03 | Don't clear the window before redrawing, it's faster to do it at the same | Timo Sirainen |
2001-11-03 | Reset the color before clearing screen. Set the cursor invisible when moving | Timo Sirainen |
2001-11-03 | update_cmd_color() updated colors wrong. | Timo Sirainen |
2001-11-03 | Quit if terminal gets lost. | Timo Sirainen |
2001-11-03 | Some fixes to drawing lines & handling long lines. | Timo Sirainen |
2001-11-02 | Moved some stuff from irc to core. Added command_bind_proto() function to | Timo Sirainen |
2001-11-01 | Buffer overflow fix (read-only, might have caused some crashes). | Timo Sirainen |
2001-11-01 | indent_always setting was wrongly set when configuration was changed. | 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 | 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 | added a "const" to cvtchar() to get rid of compiler warnings | 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 | 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 | forward_word and backward_word now move only to next/prev non-alphanumeric ch... | Timo Sirainen |
2001-10-24 | Added support for changing indentation behaviour with modules. | 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-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-21 | Deinitialize perl before textui stuff. | Timo Sirainen |
2001-10-21 | Lag statusbar item isn't anymore displayed always | Timo Sirainen |
2001-10-21 | Initialize perl before fe_common_core_finish_init() or sending "irssi init | Timo Sirainen |
2001-10-20 | Dependencies finally work correctly in perl libraries (they're each compiled | Timo Sirainen |
2001-10-20 | added mainwindow_resize_freeze() and .._thaw() functions to temporarily | Timo Sirainen |
2001-10-20 | When resizing terminal smaller, destroy some split windows if they don't fit | Timo Sirainen |
2001-10-20 | Fixed restoring split windows layout. Some other split window resizing fixes | Timo Sirainen |
2001-10-19 | /LASTLOG -count option added. patch by dgl@dgl.cx | Timo Sirainen |
2001-10-15 | mainwindow_set_statusbar_lines() resized only active window - not all | Timo Sirainen |
2001-10-14 | Fixed some memory leaks. | Timo Sirainen |
2001-10-14 | fixed a minor memleak | Timo Sirainen |
2001-10-14 | delete_previous_word and delete_next_word now deletes only until | Timo Sirainen |
2001-10-14 | Window-statusbars are created correctly with /RELOAD, some input line | Timo Sirainen |