~ubuntu-branches/ubuntu/trusty/epic4/trusty

« back to all changes in this revision

Viewing changes to source/keys.c

  • Committer: Package Import Robot
  • Author(s): Kurt Roeckx
  • Date: 2013-08-06 20:50:22 UTC
  • mfrom: (1.1.7) (5.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20130806205022-9knin1eiihe2rwh1
Tags: 1:2.10.2-1
New upstream release (Closes: #718804)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $EPIC: keys.c,v 1.33 2008/03/17 03:42:46 jnelson Exp $ */
 
1
/* $EPIC: keys.c,v 1.34 2011/04/28 02:30:14 jnelson Exp $ */
2
2
/*
3
3
 * keys.c:  Keeps track of what happens whe you press a key.
4
4
 *
811
811
        newstr[len] = c;
812
812
        if (map[c].bound && map[c].changed) {
813
813
            bind_string_decompress(ds, newstr, len + 1);
814
 
            fprintf(fp, "BIND %s %s%s%s\n", ds, map[c].bound->name,
 
814
            fprintf(fp, "BIND \"%s\" %s%s%s\n", ds, map[c].bound->name,
815
815
                    (map[c].stuff ? " " : ""),
816
816
                    (map[c].stuff ? map[c].stuff : ""));
817
817
        }