summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-07-25 20:00:29 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-07-25 20:00:29 +0000
commitdc51766bfb6b87a516e01f0bd6e62c5156ee376a (patch)
tree385be71371a88672afedf203bb3133654125e657 /README
parent9ef0f51ac6364aed4176f3d5f3843ab76c3e113f (diff)
Note that bold isn't broken any more. Note that k; was added. Set the
* README: Note that bold isn't broken any more. * termcaps/xterm: Note that k; was added. * src/pty.c: Set the proper number of columns in the initial window size. * src/ring.h: Change macro argument names to hopefully not step on application code. * src/vte.c: Set the terminal size to the default size as specified in termcap at init-time.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 0 insertions, 2 deletions
diff --git a/README b/README
index 69248a6..1ff1e6d 100644
--- a/README
+++ b/README
@@ -29,8 +29,6 @@
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).
-- 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.