Couple of things about this package:

1) It's still putting its docs in /usr/X11R6/doc

2) Either the terminfo entry for it is wrong, or something else has gone
bonkers.  The delete key acts the same as backspace.  According to the docs,
it is supposed to default to sending ^[[3~, but it doesn't; it sends ^?.
This (one line) patch to the default theme corrects the problem, but it's a
kludge, not a fix.  I don't really know enough to find and fix the real
problem.  Note that the tilde is escaped because it seems to do tilde
expansion even in the keybindings.

-- 
Anton Graham                            GPG ID: 0x18F78541
<[EMAIL PROTECTED]>                 RSA key available upon request
 
"Being disintegrated makes me ve-ry an-gry!" <huff, huff>

--- /usr/X11R6/share/Eterm/themes/Eterm/MAIN.orig       Thu Aug 31 12:18:19 2000
+++ /usr/X11R6/share/Eterm/themes/Eterm/MAIN    Thu Aug 31 12:25:57 2000
@@ -171,6 +171,7 @@
 
 # You can also associate a given keysym (0xff00 - 0xffff) with a string
 #    keysym 0xffff "\r\n\e\007\t"
+       keysym 0xffff "\e[3\~"
 
 # Greek keyboard mode.  First the word "greek", then its boolean
 # state, then its mode (either "iso" or "ibm").

Reply via email to