summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2001-11-18--more-- works again, better than ever :)Timo Sirainen
2001-11-18back to "Irssi didn't always remove the statusbar item from screen when itTimo Sirainen
2001-11-18term_refresh(): Change the color to black after everything is done. It'sTimo Sirainen
2001-11-18typobugfix for previous commit.Timo Sirainen
2001-11-18Don't handle keypresses when there's no active entry in screen.Timo Sirainen
2001-11-18After calls to statusbar_item_register() and statusbar_item_unregister(),Timo Sirainen
2001-11-18Fixed the "multiple space split" fix :) It was causing crashes, strange thatTimo Sirainen
2001-11-18Sometimes when changing from split window to another, irssi crashed/messedTimo Sirainen
2001-11-17If line was split from multiple spaces, irssi printed the spaces in theTimo Sirainen
2001-11-17Irssi didn't always remove the statusbar item from screen when it shouldTimo Sirainen
2001-11-16Removed /SET term_scroll_fast - looks like il/dl commands work fine withTimo Sirainen
2001-11-15textbuffer_insert() didn't work properly when trying to add empty string.Timo Sirainen
2001-11-15The default color for line should be ATTR_RESET, not 0 (black).Timo Sirainen
2001-11-15/WINDOW DOWN and /WINDOW UP now cycle to highest/lowest window.Timo Sirainen
2001-11-15Changed the escaping system - theme_format_expand_data()'sTimo Sirainen
2001-11-15When overriding default statusbars, don't forget theTimo Sirainen
2001-11-15Right-aligned statusbar items weren't positioned correctly.Timo Sirainen
2001-11-15Lag checking fixes - should work fine again.Timo Sirainen
2001-11-15/SET force_colors -> /SET term_force_colors. Added /SET term_scroll_fastTimo Sirainen
2001-11-15Scrolling should dirty the whole scrolling area, not just the new lines.Timo Sirainen
2001-11-13Reset the terminal color before scrolling, so the scrolled area's background ...Timo Sirainen
2001-11-12Closing last non-sticky window didn't destroy the split window.Timo Sirainen
2001-11-12/WINDOW BALANCE was buggy sometimes - thanks to poptix for finding it :)Timo Sirainen
2001-11-12Prefer scrolling with n lines insert/remove to 1 line at a time scrollingTimo Sirainen
2001-11-12Removed statusbar-items.hTimo Sirainen
2001-11-05Moved $(GLIB_CFLAGS) after -I includes, to make sure our own .h files get bef...Timo Sirainen
2001-11-04Still messing up with colors.Timo Sirainen
2001-11-03Virtualized cursor movement and clearing to end of line. Now neither is doneTimo Sirainen
2001-11-03Don't clear the window before redrawing, it's faster to do it at the sameTimo Sirainen
2001-11-03Reset the color before clearing screen. Set the cursor invisible when movingTimo Sirainen
2001-11-03update_cmd_color() updated colors wrong.Timo Sirainen
2001-11-03Quit if terminal gets lost.Timo Sirainen
2001-11-03Some fixes to drawing lines & handling long lines.Timo Sirainen
2001-11-02Moved some stuff from irc to core. Added command_bind_proto() function toTimo Sirainen
2001-11-01Buffer overflow fix (read-only, might have caused some crashes).Timo Sirainen
2001-11-01indent_always setting was wrongly set when configuration was changed.Timo Sirainen
2001-10-29forgot to define TI_rep for repeat() command.Timo Sirainen
2001-10-29bug in last commit :) background color was brokenTimo Sirainen
2001-10-29when colors aren't used, don't save last_fg and last_bg. This helps at least ...Timo Sirainen
2001-10-29terminfo's term_clrtoeol() uses the clrtoeol() command only when using the de...Timo Sirainen
2001-10-29Windows weren't created with correct size. When setting statusbar lines forTimo Sirainen
2001-10-29stuff in LIBS moved to PROG_LIBS again. Otherwise linking perl module (and ma...Timo Sirainen
2001-10-29not needed anymore, code is in term*.[ch] now.Timo Sirainen
2001-10-28clrtoeol() wasn't called always when drawing buffer, so some garbage couldTimo Sirainen
2001-10-28term_getch() -> term_gets() which can be used to read multiple keypresses atTimo Sirainen
2001-10-28added a "const" to cvtchar() to get rid of compiler warningsTimo Sirainen
2001-10-28Change that should have been committed alreadyTimo Sirainen
2001-10-28terminfo_resize() updated - new terminal width can't be taken by reading itTimo Sirainen
2001-10-28Some resize fixes. With terminfo + /SET indent_always OFF, doubleclickingTimo Sirainen
2001-10-28Use TCSADRAIN option when changing terminfo settings.Timo Sirainen