summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer.h
AgeCommit message (Expand)Author
2009-01-13Remove broken and unused format to add an indent function to a line.Emanuele Giaquinta
2009-01-10Remove buggy /scrollback redraw - scrollback_save_formats.Emanuele Giaquinta
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-01Remove the refcount on LINE_REC.Jilles Tjoelker
2008-05-30Reduce some memory waste in the scrollback buffer.Jilles Tjoelker
2008-04-16Make last_{fg,bg,flags} members of TEXT_BUFFER_REC.Emanuele Giaquinta
2008-03-10Make line_add_colors part of the textbuffer api.Emanuele Giaquinta
2002-01-27Comment changesTimo Sirainen
2002-01-20Added -before and -after options to /LASTLOG. You can also useTimo 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-10-14Reversed text (^V) works again.Timo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen