summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-05-10 00:29:42 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-05-10 00:29:42 +0000
commitbed9c035d7c4e226d9087f87b4c01d660fd7e4dc (patch)
treea9d6c860ac64bda0cc5bd52d052201b1a345f6d1 /README
parent265b32f280c4417ea6c0a1af70bd7859b80f6efb (diff)
Implement bt, ct, st. Reimplement ta.vte_0_3_12
* src/vte.c: Implement bt, ct, st. Reimplement ta.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 16f7c9c..e179a93 100644
--- a/README
+++ b/README
@@ -23,9 +23,9 @@
- Mouse hilite tracking isn't implemented yet.
- Most control sequences are recognized, but many aren't implemented. There
are enough to run ls, vim, less, emacs and mutt, but more need to be
- implemented (bt, ct, dm/ed, ff, fs, i1, i3, is, iP, LF, ll, LO, MC, mh, ML,
+ implemented (dm/ed, ff, fs, i1, i3, is, iP, LF, ll, LO, MC, mh, ML,
mm, mo, mp, nw, pf, pk, pl, pf, po, pO, ps, px, r1, r2, r3, RA, RF, rp, rs,
- RX, SA, st, SX, uc, vb, wi, several more from the XTerm set).
+ RX, SA, SX, uc, vb, wi, several more from the XTerm set).
- 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.