summaryrefslogtreecommitdiff
path: root/src/fe-text
AgeCommit message (Expand)Author
2001-01-31Ugly quick hack to make act: never disappear but print as much activityTimo Sirainen
2001-01-28WINDOW_REC: added width and height variablesTimo Sirainen
2001-01-28/SB END: Don't do anything when already at the bottom (it was broken ifTimo Sirainen
2001-01-18mainwindows_recreate() should be declared alwaysTimo Sirainen
2001-01-15screen resizing fixes when resizeterm() isn't supportedTimo Sirainen
2001-01-15no, bugfix done wrong :) reversed.Timo Sirainen
2001-01-15Compiling with --disable-curses-windows was brokenTimo Sirainen
2001-01-15#undef some things term.h #defines that break irssiTimo Sirainen
2001-01-12$[.10]var truncates the var to 10 chars, but doesn't pad if var isTimo Sirainen
2001-01-11Some signed/unsigned warnings removed. Don't call fe_exec_init/deinit in win32Timo Sirainen
2001-01-09Fixed, added comment what it does so I wouldn't forget again :)Timo Sirainen
2001-01-09Highlighting cleanups. Added /HILIGHT -priority option.Timo Sirainen
2001-01-07In core/module-formats.h: IRCTXT_ -> TXT_Timo Sirainen
2001-01-05/BIND comment updatesTimo Sirainen
2001-01-04MIRC colors >=16 changed to work as in MIRC (color %= 16)Timo Sirainen
2001-01-04Added keyboard_entry_redirect() function to keyboard.[ch] which sendsTimo Sirainen
2001-01-01Added/moved several "typedef struct _XXX XXX;" to common.h so thatTimo Sirainen
2000-12-18bugfix for displaying 128-160 ascii chars.Timo Sirainen
2000-12-17/SET prompt, /SET prompt_window - Specifies the text in prompt.Timo Sirainen
2000-12-17Settings are now stored in module-specific blocks. Irssi complainsTimo Sirainen
2000-12-17Some minor query fixes. Nick changes are also detected by checking ifTimo Sirainen
2000-12-05net_gethostbyname_nonblock(): don't crash if net_gethosterror() returnsTimo Sirainen
2000-12-05Split expandos from special-vars.c to expandos.c. Added list of signalsTimo Sirainen
2000-12-04Use GIOChannel instead of sockets directly. Helps porting to win32 :)Timo Sirainen
2000-12-04/CLEAR -all - clear all windows.Timo Sirainen
2000-12-04don't allow printing iso8859-1 nonprintable highascii chars.Timo Sirainen
2000-12-04/SET scroll_page_count - how many lines to scroll with pgup/pgdn. eitherTimo Sirainen
2000-12-03Don't crash if first line in window is just a newlineTimo Sirainen
2000-12-03print the firsttimer info to irssi's window instead of stdout.Timo Sirainen
2000-12-03complain about old default.themesTimo Sirainen
2000-12-03Don't redraw screen when trying to scroll up at the start of scrollbackTimo Sirainen
2000-12-03fixesTimo Sirainen
2000-12-02Print timestamps correctly with /SB REDRAWTimo Sirainen
2000-12-02Moved activity to last item in statusbarTimo Sirainen
2000-12-02/SB REDRAW fixes, multiline formats should work now correctly.Timo Sirainen
2000-12-02window_[add|remove]_item -> window_item_[add|remove]Timo Sirainen
2000-11-30window_text_find() didn't work correctly with empty find string.Timo Sirainen
2000-11-27fixed text buffer crash when scrollback got fullTimo Sirainen
2000-11-26Perl fixes and additions. theme_register() / printformat() works nowTimo Sirainen
2000-11-26KEY_END isn't defined in all curses implementationsTimo Sirainen
2000-11-23Still some warnings removed..Timo Sirainen
2000-11-23more warning fixesTimo Sirainen
2000-11-23several fixes to make irssi compile without warnings with MIPSproTimo Sirainen
2000-11-22hilight-text: whops, bugfix went wrong :)Timo Sirainen
2000-11-21/SCROLLBACK REDRAW - redraw the contents of current window according toTimo Sirainen
2000-11-18Win32 fixes - Irssi now compiles with MSVC++ :)Timo Sirainen
2000-11-17Don't crash if MAIL environment isn't set.Timo Sirainen
2000-11-17windows.h conflicted with microsoft's windows.h :) renamed windows.[ch] toTimo Sirainen
2000-11-12Text printing changes. Formats are now optionally saved to each line soTimo Sirainen
2000-11-11Ctrl-T = transpose_charactersTimo Sirainen