Changeset 044f19f for cmd.c


Ignore:
Timestamp:
Jun 12, 2010, 3:29:01 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
ea7daa8
Parents:
e92e2a1
git-author:
David Benjamin <davidben@mit.edu> (06/12/10 01:49:55)
git-committer:
David Benjamin <davidben@mit.edu> (06/12/10 15:29:01)
Message:
Don't use signals for dirtying the sepbar

I'm less convinced the correct code looks substantially different here,
but the first iteration should not have this globalnotifier.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    r94be4a8 r044f19f  
    7474  } else if (NULL != (cmd = owl_dict_find_element(cd, argv[0]))) {
    7575    retval = owl_cmd_execute(cmd, cd, ctx, argc, argv, buff);
    76     /* This really should be attached to the cmd or cmddict... */
    77     owl_global_notifier_emit_command_executed(g.gn);
     76    /* redraw the sepbar; TODO: don't violate layering */
     77    owl_global_sepbar_dirty(&g);
    7878  } else {
    7979    owl_function_makemsg("Unknown command '%s'.", buff);
Note: See TracChangeset for help on using the changeset viewer.