Changeset 2a17b63 for keys.c


Ignore:
Timestamp:
Jan 7, 2010, 6:54:15 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:
10557e6
Parents:
a999d9e
git-author:
Nelson Elhage <nelhage@mit.edu> (12/30/09 17:52:20)
git-committer:
Nelson Elhage <nelhage@mit.edu> (01/07/10 18:54:15)
Message:
Push and pop contexts whenever we change context.

This allows us to get rid of the awful hack in owl_process_input_char,
and opens the path to being able to invoke popup windows from the
editwin and vice versa (In fact, you can now do so without
segfaulting, although the display layer does not yet quite do the
right thing).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • keys.c

    r6aa4611 r2a17b63  
    312312  BIND_CMD("C-c",  "",                "no effect in this mode");
    313313  BIND_CMD("C-g",  "",                "no effect in this mode");
    314 
    315 
    316   /**********************/
    317 
    318   owl_function_activate_keymap("recv");
    319 
    320314}
    321315
Note: See TracChangeset for help on using the changeset viewer.