Changeset d83621c4 for functions.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
  • functions.c

    r0d17295 rd83621c4  
    11831183}
    11841184
    1185 void owl_function_run_buffercommand(void)
    1186 {
    1187   owl_editwin_do_callback(owl_global_get_typwin(&g));
    1188 }
    1189 
    11901185void owl_function_debugmsg(const char *fmt, ...)
    11911186{
Note: See TracChangeset for help on using the changeset viewer.