summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
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
2001-10-28color forcing stuff left from previous commitTimo Sirainen
2001-10-28Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.Timo Sirainen
2001-10-28Added support for using terminfo/termcap instead of curses. By default,Timo Sirainen
2001-10-27When scrolling window with eg. scroll_page_count /2, irssi didn'tTimo Sirainen
2001-10-25forward_word and backward_word now move only to next/prev non-alphanumeric ch...Timo Sirainen
2001-10-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-10-24Reset QUIT and INTR keys at quit.Timo Sirainen
2001-10-24Redraw was buggy if entry line didn't continue to end of line.Timo Sirainen
2001-10-24window-top-statusbars weren't working properly.Timo Sirainen
2001-10-24Always set the newly created entry active. Currently we don't support multipl...Timo Sirainen
2001-10-23Activity list colors are now configurable.Timo Sirainen
2001-10-23Using cbreak() mode again, but disable QUIT and INTR keys.Timo Sirainen
2001-10-21Deinitialize perl before textui stuff.Timo Sirainen
2001-10-21Lag statusbar item isn't anymore displayed alwaysTimo Sirainen
2001-10-21Initialize perl before fe_common_core_finish_init() or sending "irssi initTimo Sirainen
2001-10-20Dependencies finally work correctly in perl libraries (they're each compiledTimo Sirainen
2001-10-20added mainwindow_resize_freeze() and .._thaw() functions to temporarilyTimo Sirainen
2001-10-20When resizing terminal smaller, destroy some split windows if they don't fitTimo Sirainen
2001-10-20Fixed restoring split windows layout. Some other split window resizing fixesTimo Sirainen
2001-10-19/LASTLOG -count option added. patch by dgl@dgl.cxTimo Sirainen
2001-10-15mainwindow_set_statusbar_lines() resized only active window - not allTimo Sirainen
2001-10-14Fixed some memory leaks.Timo Sirainen
2001-10-14fixed a minor memleakTimo Sirainen
2001-10-14delete_previous_word and delete_next_word now deletes only untilTimo Sirainen
2001-10-14Window-statusbars are created correctly with /RELOAD, some input lineTimo Sirainen
2001-10-14Resizing terminal works now properly, also sends "terminal resized" signalTimo Sirainen
2001-10-14Reversed text (^V) works again.Timo Sirainen
2001-10-14fallback to sb_background in theme if no other statusbar background settingsTimo Sirainen
2001-10-13When active input line was destroyed, irssi didn't set active_entry to NULL.Timo Sirainen
2001-10-13Configurable statusbar - see default config file (irssi.conf) for exampleTimo Sirainen
2001-09-11It's now possible to stop single character /BINDs from printing to inputTimo Sirainen
2001-09-10Disabled using idcok() which caused redrawing problems with netbsd.Timo Sirainen
2001-09-09Restoring split windows layout didn't work properly (didn't I already commitTimo Sirainen
2001-09-09/WINDOW MOVE UP|DOWN might have crashed.Timo Sirainen
2001-08-31mainwindow_set_size() called mainwindow_shrink() improperly.Timo Sirainen
2001-08-28Added command /RESIZE for resizing the terminal when SIGWINCH isn't supported.Timo Sirainen
2001-08-17/LASTLOG: start parameter wasn't handled correctlyTimo Sirainen
2001-08-14Some internal changes how /SERVER command works. Added /SERVER PURGETimo Sirainen
2001-08-14--more-- checker uses now "gui print text finished" signal. "gui " part wasTimo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen