Changeset a999d9e for owl.h


Ignore:
Timestamp:
Jan 7, 2010, 6:54:14 PM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
2a17b63
Parents:
8a2815b
git-author:
Nelson Elhage <nelhage@mit.edu> (12/30/09 17:21:54)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/07/10 18:54:14)
Message:
Replace the global context with a context stack.

For now, we only use the top element of the stack.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.h

    rb752f1e ra999d9e  
    290290  int   mode;
    291291  void *data;           /* determined by mode */
     292  char *keymap;
    292293} owl_context;
    293294
     
    544545  owl_vardict vars;
    545546  owl_cmddict cmds;
    546   owl_context ctx;
     547  GList *context_stack;
    547548  owl_errqueue errqueue;
    548549  int lines, cols;
Note: See TracChangeset for help on using the changeset viewer.