Changeset d83621c4 for global.c


Ignore:
Timestamp:
Mar 23, 2010, 5:23:43 PM (14 years ago)
Author:
Nelson Elhage <nelhage@ksplice.com>
Branches:
master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
Children:
5934b87
Parents:
0d17295
git-author:
Nelson Elhage <nelhage@ksplice.com> (03/06/10 17:40:54)
git-committer:
Nelson Elhage <nelhage@ksplice.com> (03/23/10 17:23:43)
Message:
Call the editwin callback after deactivating the editwin.

This fixes at least two outstanding bugs: One, it is now possible to
spawn a new editwin from the editwin callback, and have the right
thing happen. Two, the callback now happens in the context we were in
before opening the editwin, not in editwin context.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • global.c

    r38cc669 rd83621c4  
    389389  g->typwinactive=0;
    390390
    391   owl_editwin_delete(g->tw);
    392391  werase(owl_global_get_curs_typwin(g));
    393392  g->tw = NULL;
Note: See TracChangeset for help on using the changeset viewer.