Changeset ed380eb
- Timestamp:
- Jul 17, 2010, 7:27:07 AM (14 years ago)
- Branches:
- release-1.6
- Children:
- 28cd9088
- Parents:
- 6758c74
- git-author:
- Nelson Elhage <nelhage@mit.edu> (05/25/10 13:31:17)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/17/10 07:27:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rd699541 red380eb 2184 2184 argc--; 2185 2185 argv++; 2186 } else if (!strcmp(argv[0], "-r")) {2187 const char *foo;2188 foo=owl_function_create_negative_filter(owl_view_get_filtname(owl_global_get_current_view(&g)));2189 owl_function_change_currentview_filter(foo);2190 2186 } else if (!strcmp(argv[0], "-s")) { 2191 2187 if (argc<2) {
Note: See TracChangeset
for help on using the changeset viewer.