summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2002-10-14Some changes to make doublewidth chars possibly work (or possibly horriblyTimo Sirainen
2002-09-14statusbar is now also updated for connecting-servers.Timo Sirainen
2002-09-14window->active_server used to hold non-connected servers, but that wasTimo Sirainen
2002-08-26moved ncurses/terminfo/etc. libs away from PROG_LIBS which should be list ofTimo Sirainen
2002-07-01Moved setlocale() at the beginning of initialization, should fix regexpTimo Sirainen
2002-06-07irsis --dummy fixed.Timo Sirainen
2002-06-07Empty lines can be now sent to /EXEC -interactive windows.Timo Sirainen
2002-06-06Added default meta-d = delete_next_wordTimo Sirainen
2002-05-18External indent functions (theme_indent module) weren't working properly.Timo Sirainen
2002-05-15^ key couldn't be used with /BINDTimo Sirainen
2002-05-13don't use TIOCGWINSZ terminal size if it returns only 0x0.Timo Sirainen
2002-05-13changed log domain and changed few g_return_if_fails to g_asserts. theTimo Sirainen
2002-05-13make sure the statusbar item fills the space it's given, so it won't corruptTimo Sirainen
2002-05-12some optimizations to not uselessly hide/show/move cursor - hope i didn'tTimo Sirainen
2002-05-11freeze/thaw before/after running glib main loop, so the cursor isn't movedTimo Sirainen
2002-05-10typofix.Timo Sirainen
2002-05-10more fixesTimo Sirainen
2002-05-10another terminfo fixTimo Sirainen
2002-05-08link with -export-dynamic. normally glib includes the dynamic linking info,Timo Sirainen
2002-05-06fixed buffer overflow - happened at least when hitting ^A after writingTimo Sirainen
2002-04-28added %# to a few "/window" lines.Timo Sirainen
2002-04-28minor fixTimo Sirainen
2002-04-26%# now toggles monospace font on/off. fe-text doesn't care about it, butTimo Sirainen
2002-04-18sig_gui_print_text: don't crash if dest is NULL.Timo Sirainen
2002-04-17"gui print text" signal changed, last parameter is now TEXT_DEST_REC, notTimo Sirainen
2002-04-16fixes for new signaling code.Timo Sirainen
2002-04-15fixed several signal leaksTimo Sirainen
2002-04-15Rewritten signal handling code - it wasn't supposed to come before 0.9 irssiTimo Sirainen
2002-03-24Input lines are now never destroyed and they're associated to statusbarTimo Sirainen
2002-03-19/CLEAR <refnum> now clears specified window.Timo Sirainen
2002-03-16term_deinit() should set SIGCONT back to default, so if it's sent after thatTimo Sirainen
2002-03-14Get the terminal size at startup with ioctl() and use it. Fixes at leastTimo Sirainen
2002-03-14Scrolling was buggy with "ri" method, it tried to used "rin" as wellTimo Sirainen
2002-03-13bit fields should be unsigned type always (unsigned int dirty:1).Timo Sirainen
2002-03-11default_color checks moved from fe-text to fe-common, so they work properlyTimo Sirainen
2002-03-11All control chars in statusbar items are now displayed reversed.Timo Sirainen
2002-03-10whops, stupid utf-8 bug :)Timo Sirainen
2002-03-10term_addch() : utf-8 fixes for cursor positioning.Timo Sirainen
2002-03-10When input line is in redirection mode, allow empty lines (eg. enter afterTimo Sirainen
2002-03-10SIGHUP now does /RELOAD - useful with for example /SBAR prompt DISABLE whenTimo Sirainen
2002-03-10No more infobar, but in empty windows topicbar contains the URL.Timo Sirainen
2002-03-09Irssi didn't work properly if read() returned only partial utf8 characterTimo Sirainen
2002-03-09Fixed a memory leak with ^YTimo Sirainen
2002-03-08/SET mirc_blink_fix - if ON, the bright/blink bit is stripped from MIRCTimo Sirainen
2002-02-25^Y shouldn't crash with empty cutbufferTimo Sirainen
2002-02-22Show window's scroll state with /WINDOW.Timo Sirainen
2002-02-20Backspace/delete shouldn't modify cutbuffer.Timo Sirainen
2002-02-20stupid bug :) lines longer than 1024 chars made irssi crash.Timo Sirainen
2002-02-18Added escape_char /BIND command for inserting the next keypress to inputTimo Sirainen
2002-02-17compiler warning fixTimo Sirainen