Eterm sends the wrong code for backspace it sends ^H while it should send \0177. Also the patch in the SRPM makes it sends the wrong codes for home and end, the defaults are correct. I know the patch currently in is my own, but RedHat switched to the debian keybinding standard afterwards, so the original patch is no longer correct. Last it sends VT220 codes for F1-F4 where it should send VT100 codes, as xterm does. I'll attach a new version of the backspace-etc patch which fixes all the above bugs.
Created attachment 2221 [details] new patch fixing the described problems.
Thanks. The patch has been applied, and it's built. Tim
Verified, its fine now. One very small nitpick, very probably for 7.1 there are still them.cfg.in.orig files in /usr/share/Eterm/themes/* Possible fix, don't lett patch make backups in the spec
Why wait till 7.1 for this? Fixed. Tim
I understood you were in this very deep code freeze.