index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
textbuffer-view.c
Age
Commit message (
Expand
)
Author
2001-11-01
Buffer overflow fix (read-only, might have caused some crashes).
Timo Sirainen
2001-10-28
clrtoeol() wasn't called always when drawing buffer, so some garbage could
Timo Sirainen
2001-10-28
Some resize fixes. With terminfo + /SET indent_always OFF, doubleclicking
Timo Sirainen
2001-10-28
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Timo Sirainen
2001-10-28
Added support for using terminfo/termcap instead of curses. By default,
Timo Sirainen
2001-10-24
Added support for changing indentation behaviour with modules.
Timo Sirainen
2001-10-20
When resizing terminal smaller, destroy some split windows if they don't fit
Timo Sirainen
2001-10-14
Reversed text (^V) works again.
Timo Sirainen
2001-08-14
/SET scroll ON - should the windows be scrolled by default when you're at
Timo Sirainen
2001-08-12
textbuffer_view_remove_line() fixes (with a small kludge..)
Timo Sirainen
2001-08-08
Some extra cleanups for /SB CLEAR.
Timo Sirainen
2001-07-12
Replaced GList by adding prev/next pointers to LINE_REC. This should make
Timo Sirainen
2001-06-04
resizing empty windows didn't work properly
Timo Sirainen
2001-06-02
bugfix
Timo Sirainen
2001-06-01
Replaced all direct curses calls with screen_xx() wrappers. This should
Timo Sirainen
2001-06-01
s/newline/new_line/ - AIX curses (or something) seems to use #define
Timo Sirainen
2001-05-21
scrolling in empty windows crashed
Timo Sirainen
2001-05-21
removing line from the top of the screen crashed irssi
Timo Sirainen
2001-05-17
textbuffer_view_redraw() - call werase() before drawing anything, this
Timo Sirainen
2001-05-11
Line removing fixes, /LAST -clear fixed
Timo Sirainen
2001-05-11
resizing terminal with /CLEARed empty windows scrolled those windows so that
Timo Sirainen
2001-04-22
/SET indent_always - should we indent the long words that are forcibly
Timo Sirainen
2001-04-20
potential crash fix..
Timo Sirainen
2001-04-16
split windows were broken. added some checks to textbuffer.
Timo Sirainen
2001-04-14
resize fixes
Timo Sirainen
2001-04-14
bugfixes for multiple windows support :)
Timo Sirainen
2001-04-14
Rewrote text buffer handling in windows - try #3.
Timo Sirainen
[prev]