Linux rxvt doesn't support parm_dch or delete_character.

This commit is contained in:
Nicholas Marriott
2008-05-10 12:50:25 +00:00
parent 58ca26cefa
commit 0dbbd777b1
2 changed files with 7 additions and 8 deletions

View File

@ -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 $