ETerm claims to be an xterm but sends different ESC-sequences as listed in terminfo for xterm. To fix this add the following lines to the MAIN file of each theme, except for the tn3720 theme, since this emulates an other terminal: # To fix backspace, del, home & end to match Terminfo Xterm definition keysym 0xff08 "^H" keysym 0xffff "^[[3\~" keysym 0xff50 "^[OH" keysym 0xff57 "^[OF" I've also attached a patch which should be applied from the themes dir with -p1 which fixes all themes.
Created attachment 86 [details] patch to fix the described problems
Can you take a look at the latest Eterm in rawhide? The one we shipped in the beta is not the one we will ultimately ship. We are going to ship Eterm-0.9. I will also feed this to the Eterm maintainer to hear his thoughts on this, and whether or not he will incorporate it into an official release. Tim
Created attachment 87 [details] New patch for Eterm 0.9 I've attached a new patch which fixes the described problems, and removes the menu binding for F1 so that its just F1 again.
OK. I sent the last 0.9 patch to Michael Jennings <mej> since he is the maintainer of the code for Eterm. I sent it to him instead of applying it myself to make sure that I don't conflict his design goals. Tim
Should be fixed. Sent you a src rpm with the changes, plus the fixes you mailed me privately. I am closing this bug. Tim