diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-21 15:36:52 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-05-21 15:36:52 +0000 |
commit | 13a2a609868858fb30ee68ba9baddcb31ad91480 (patch) | |
tree | 1f11bdd49e036dfc8c5c6d6daae498d4c39c6022 /README | |
parent | 0b343b1d7b1aae735b86ef5eb0760c91d5b867ed (diff) |
Patch from Hidetoshi Tajima to fix building on Solaris systems, remove use
* autogen.sh, src/termcap.c, src/utf8echo.c, src/vte.c: Patch from Hidetoshi
Tajima to fix building on Solaris systems, remove use of syntax that
might be specific to gcc, and fix an overrun in vte_termcap_generate().
(#82433)
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -26,6 +26,14 @@ implemented (ff, fs, i1, i3, is, iP, LF, LO, MC, mh, ML, mm, mo, nw, pf, pk, pl, pf, po, pO, ps, px, r1, r2, r3, RA, RF, rp, rs, RX, SA, SX, wi, several more from the XTerm set). +- 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. - 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. |