New issue 3 by cooleyr: Patch Wy60 for Wy150 compatibilty.
http://code.google.com/p/wy60/issues/detail?id=3
The changes I made are simple enough that a patch seems excessive. Still,
I've attached one that will work.
Essentially, doing:
sed s/wy60/wy150/
on wy60.c got me 90% of the way there. For my sanity I did so even where
it wasn't technically necessary, like descriptions, variables, etc.
The other modifications I've made are as follows:
static char *cfgTerm = "wy150";
static char *cfgInsertLine = "\x1Bq";
static char *cfgShiftDelete = "\x1BW";
static char *cfgShiftEnd = "\x1BY";
static char *cfgShiftEndOfLine = "\x1BY";
static char *cfgShiftInsert = "\x1Bq";
parseConfigurationFile(ETCDIR"/wy150.rc");
parseConfigurationFile("/etc/wy150.rc");
"/.wy150rc");
This does NOT include the (simple) changes I made to get wy60 to treat
xterm as mono.
Attachments:
wy60-wy150-keys.diff 25.7 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings