- Timestamp:
- Jul 18, 2010, 4:48:15 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- 205e164
- Parents:
- 1cc9b615 (diff), 8bba1ae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmd.c
r1cc9b615 rd296c9a 74 74 } else if (NULL != (cmd = owl_dict_find_element(cd, argv[0]))) { 75 75 retval = owl_cmd_execute(cmd, cd, ctx, argc, argv, buff); 76 /* redraw the sepbar; TODO: don't violate layering */ 77 owl_global_sepbar_dirty(&g); 76 78 } else { 77 79 owl_function_makemsg("Unknown command '%s'.", buff); … … 90 92 if (argc < 0) { 91 93 owl_free(tmpbuff); 92 sepbar(NULL);93 94 owl_function_makemsg("Unbalanced quotes"); 94 95 return NULL; … … 105 106 owl_parse_delete(argv, argc); 106 107 owl_free(tmpbuff); 107 sepbar(NULL);108 108 return retval; 109 109 }
Note: See TracChangeset
for help on using the changeset viewer.