Changeset 385fda9 for cmd.c


Ignore:
Timestamp:
Jun 1, 2010, 9:54:19 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:
a5a9572
Parents:
f06baef
git-author:
David Benjamin <davidben@mit.edu> (06/01/10 21:48:25)
git-committer:
David Benjamin <davidben@mit.edu> (06/01/10 21:54:19)
Message:
A fairly hacky job of porting sepbar to owl_window

We now use the new framework, but the sepbar isn't being marked dirty at
the appropriate times. It'll want to be redone later to take advantage
of the new signals.

The 'in' parameter was also dropped. It was being unused. At best it
provided a strange bug when resizing with appendtosepbar set.

Also revert the attempt at cleaning up the cursor. We still have a hack,
but using owl_window. The cursor probably needs integration with the
context stack or some such.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cmd.c

    r8d4b521 r385fda9  
    8989  if (argc < 0) {
    9090    owl_free(tmpbuff);
    91     sepbar(NULL);
     91    sepbar_dirty();
    9292    owl_function_makemsg("Unbalanced quotes");
    9393    return NULL;
     
    104104  owl_parse_delete(argv, argc);
    105105  owl_free(tmpbuff);
    106   sepbar(NULL);
     106  sepbar_dirty();
    107107  return retval;
    108108}
Note: See TracChangeset for help on using the changeset viewer.