summaryrefslogtreecommitdiff
path: root/src/fe-text/textbuffer-view.c
AgeCommit message (Expand)Author
2001-10-14Reversed text (^V) works again.Timo Sirainen
2001-08-14/SET scroll ON - should the windows be scrolled by default when you're atTimo Sirainen
2001-08-12textbuffer_view_remove_line() fixes (with a small kludge..)Timo Sirainen
2001-08-08Some extra cleanups for /SB CLEAR.Timo Sirainen
2001-07-12Replaced GList by adding prev/next pointers to LINE_REC. This should makeTimo Sirainen
2001-06-04resizing empty windows didn't work properlyTimo Sirainen
2001-06-02bugfixTimo Sirainen
2001-06-01Replaced all direct curses calls with screen_xx() wrappers. This shouldTimo Sirainen
2001-06-01s/newline/new_line/ - AIX curses (or something) seems to use #defineTimo Sirainen
2001-05-21scrolling in empty windows crashedTimo Sirainen
2001-05-21removing line from the top of the screen crashed irssiTimo Sirainen
2001-05-17textbuffer_view_redraw() - call werase() before drawing anything, thisTimo Sirainen
2001-05-11Line removing fixes, /LAST -clear fixedTimo Sirainen
2001-05-11resizing terminal with /CLEARed empty windows scrolled those windows so thatTimo Sirainen
2001-04-22/SET indent_always - should we indent the long words that are forciblyTimo Sirainen
2001-04-20potential crash fix..Timo Sirainen
2001-04-16split windows were broken. added some checks to textbuffer.Timo Sirainen
2001-04-14resize fixesTimo Sirainen
2001-04-14bugfixes for multiple windows support :)Timo Sirainen
2001-04-14Rewrote text buffer handling in windows - try #3.Timo Sirainen