[Linux-decnet-user] Bug Fixed
Brought to you by:
chrissie_c,
ph3-der-loewe
|
From: Patrick C. <pa...@ty...> - 2002-03-02 11:20:32
|
I don't normally post single, minor bug fixes to the list but this is such a
long-standing one that's annoyed to many people I though it was worthwhile.
ctermd now recognises the DEL key !!!
The fix is in CVS and will be part of a 2.19 release. I don't have a date for
this release cos there are some other things that are being dealt with, so
for the impatient the patch is below:
Patrick
diff -u -w -r1.4 -r1.5
--- ctermd.c 22 Sep 2000 09:01:08 -0000 1.4
+++ ctermd.c 2 Mar 2002 11:08:04 -0000 1.5
@@ -179,7 +179,7 @@
{
char cterm_stread_msg[] = { 0x09,0x00,0x31,0x00,
0x02,
- 0x40,0x48,0x01,
+ 0x40,0x4A,0x01,
0xa0,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,
patrick
|