Changeset 07b59ea for popexec.c


Ignore:
Timestamp:
Jun 3, 2010, 2:58:30 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
e8128c5
Parents:
4dd115f
Message:
Maintain the cursor location with the context stack
File:
1 edited

Legend:

Unmodified
Added
Removed
  • popexec.c

    r68f63a2 r07b59ea  
    2727
    2828  owl_popwin_up(pw);
    29   owl_global_push_context(&g, OWL_CTX_POPLESS, v, "popless");
     29  owl_global_push_context(&g, OWL_CTX_POPLESS, v, "popless", NULL);
    3030  owl_viewwin_init_text(v, owl_popwin_get_content(pw), "");
    3131  owl_viewwin_set_onclose_hook(v, owl_popexec_viewwin_onclose, pe);
Note: See TracChangeset for help on using the changeset viewer.