summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-view.h
AgeCommit message (Expand)Author
2017-01-20implement break_wideailin-nemui
2014-09-11source cleanup: remove trailing whitespacesMichael Vetter
2014-07-04fix compiler warnings in extended colour codeAilin Nemui
2014-06-30Finish 256 colour support for IrssiAilin Nemui
2008-12-12Revert r4964, at least one script uses ypos.Emanuele Giaquinta
2008-12-11Remove ypos field of TEXT_BUFFER_VIEW_REC, it is used to compute the rowEmanuele Giaquinta
2007-02-17Generalize window_lastlog_clear in textbuffer_view_remove_lines_by_level.Emanuele Giaquinta
2002-01-29Preliminary support for UTF8 with /SET term_utf8 ON. Input line is stillTimo Sirainen
2001-11-18--more-- works again, better than ever :)Timo 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-24Added support for changing indentation behaviour with modules.Timo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-04-22/SET indent_always - should we indent the long words that are forciblyTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen