summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-24 18:46:28 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-24 18:46:28 +0000
commitf688e2b43a0f994da117a486692772944d5e0d88 (patch)
tree3d73b483b1ccef4b6ee4ad4c335ae8fcdd76734a /README
parent817d66802765605c413beb01185629bbd085f17c (diff)
Call libtoolize. (#82836) Fix stupid segfault in set_scrollback_lines.vte_0_3_20
* autogen.sh: Call libtoolize. (#82836) * src/vte.c: Fix stupid segfault in set_scrollback_lines. (Patch from notting.) Make another attempt to convert Pango font descriptions to xlfds. * src/vte.c, src/vte.h: Expose set_emulation(). * src/vteapp.c: Add -c, -f, -t command-line flags for easier testing.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index b8e7d32..af4eff6 100644
--- a/README
+++ b/README
@@ -32,6 +32,7 @@
- Sequence matching is greedy, so that C=AB matches C and not A and then B.
- Bold doesn't work right if the default foreground color isn't gray. Need
to move to 20-color palette to fix this right.
+- Matching doesn't always work right.
- I'm not sure the widget implementation itself is correct. There are many
changes in going from GTK+ 1.2 to 2.0, and examples of the proper way to do
things is currently scarce, so some of it's guesswork.