diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-22 04:19:22 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-22 04:19:22 +0000 |
commit | faae3bfc6462009405b5e97a8e21e7803386cc9f (patch) | |
tree | 1b2cfe6a3de2b11f78306b69b82c985cdc4b45cc /README | |
parent | 17b539566a092f110f6aecc8e68c135247dbc581 (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-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |