summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-22 04:19:22 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-22 04:19:22 +0000
commitfaae3bfc6462009405b5e97a8e21e7803386cc9f (patch)
tree1b2cfe6a3de2b11f78306b69b82c985cdc4b45cc /README
parent17b539566a092f110f6aecc8e68c135247dbc581 (diff)
Fix hiliting of matched strings to better match the returned matched
* src/vte.c: Fix hiliting of matched strings to better match the returned matched string in match_check().
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 5351abb..b8e7d32 100644
--- a/README
+++ b/README
@@ -29,8 +29,6 @@
- Currently doesn't handle children exiting quite right (if the child spawned
a background process which keeps its stdio open, we don't close because we
don't get an EOF).
-- Small dingus bug -- if the string is at the end of the buffer, too much
- is hilited.
- 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.