summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-05-10 12:50:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-05-10 12:50:25 +0000
commit0dbbd777b11ad27c3a227f48cdaf66ea55c8de3b (patch)
tree90d78c2166a4e8c5d80998e81b851d349ac37430 /CHANGES
parent58ca26cefae4eabdf4802dce8c7a2d5de34a725b (diff)
Linux rxvt doesn't support parm_dch or delete_character.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 0b4f0afc..b8e55a0a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,7 +23,7 @@
* Big internal reorganisation. Rather than leaving control of the tty solely in
the client and piping all data through a socket to it, change so that the
server opens the tty again and reads and writes to it directly. This avoids
- a lot of buffering and copying.Also reorganise the redrawing stuff so that
+ a lot of buffering and copying. Also reorganise the redrawing stuff so that
everything goes through screen_draw_* - this makes the code simpler, but
still needs broken up more, and all the ways of writing to screens should be
more consistent.
@@ -303,4 +303,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.92 2008-01-02 19:22:21 nicm Exp $
+$Id: CHANGES,v 1.93 2008-05-10 12:50:25 nicm Exp $