You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Original issue reported on code.google.com by cool...@gmail.com on 31 Aug 2009 at 6:26
Original issue reported on code.google.com by
cool...@gmail.com
on 31 Aug 2009 at 6:26Attachments:
The text was updated successfully, but these errors were encountered: