Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch Wy60 for Wy150 compatibilty. #3

Open
GoogleCodeExporter opened this issue Apr 3, 2015 · 0 comments
Open

Patch Wy60 for Wy150 compatibilty. #3

GoogleCodeExporter opened this issue Apr 3, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant