Changeset 2a17b63 for popexec.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
  • popexec.c

    r18fdd5f9 r2a17b63  
    2727
    2828  owl_popwin_up(pw);
     29  owl_global_push_context(&g, OWL_CTX_POPLESS, v, "popless");
    2930  owl_viewwin_init_text(v, owl_popwin_get_curswin(pw),
    3031                        owl_popwin_get_lines(pw), owl_popwin_get_cols(pw),
Note: See TracChangeset for help on using the changeset viewer.