diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-04-26 19:08:10 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-04-26 19:08:10 +0000 |
commit | d05e9f47035f0472ee8e4aabf1d9cb255c86e94e (patch) | |
tree | 1797187462d2cbb3ae2cf6eddb540539cf5ff45c | |
parent | 03af8398a4c4f77d730d3fae304e87e5da04ad99 (diff) |
*** empty log message ***
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ * src/Makefile.am, src/ring.c, ring.h: add a ring buffer for storing scrollback data. * src/vte.c: use a ring buffer instead of a GArray to hold scrollback - rows. Fix a bug in that. + rows. Fix a bug in that. Try to preserve what the user sees when the + scrollback size changes. + * src/vteapp.c: set a default scrollback buffer size of 100. 2002-04-26 00:49 nalin * Makefile.am: run autogen before tagging so that the tag is always correct. |