diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-09-07 21:00:13 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-09-07 21:06:27 -0400 |
commit | 5b559865f8237b4aa77c513a3d5847bf0a0e01aa (patch) | |
tree | 28ca26b63403111c8b41a4013d27aa299c793d90 /src/vte-private.h | |
parent | c40b3e92c52057dc84be0c99b57fe7af07bffecd (diff) |
[ring] Enlarge initial writable size
Diffstat (limited to 'src/vte-private.h')
-rw-r--r-- | src/vte-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vte-private.h b/src/vte-private.h index 2c3bc65..dbf43b4 100644 --- a/src/vte-private.h +++ b/src/vte-private.h @@ -64,7 +64,6 @@ G_BEGIN_DECLS /* More color defines in ring.h */ #define VTE_SATURATION_MAX 10000 -#define VTE_SCROLLBACK_INIT 100 #define VTE_DEFAULT_CURSOR GDK_XTERM #define VTE_MOUSING_CURSOR GDK_LEFT_PTR #define VTE_TAB_MAX 999 |