Changeset c6adf17 for commands.c
- Timestamp:
- Oct 1, 2010, 9:22:20 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.7, release-1.8, release-1.9
- Children:
- afaef6e
- Parents:
- 385cce2
- git-author:
- David Benjamin <davidben@mit.edu> (09/25/10 02:02:45)
- git-committer:
- David Benjamin <davidben@mit.edu> (10/01/10 21:22:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r118c919 rc6adf17 654 654 "show subscriptions / show subs\n" 655 655 "show terminal\n" 656 "show timers\n" 656 657 "show variables\n" 657 658 "show variable <variable>\n" … … 2243 2244 } else if (!strcmp(argv[1], "styles")) { 2244 2245 owl_function_show_styles(); 2246 } else if (!strcmp(argv[1], "timers")) { 2247 owl_function_show_timers(); 2245 2248 } else if (!strcmp(argv[1], "subs") || !strcmp(argv[1], "subscriptions")) { 2246 2249 owl_function_getsubs();
Note: See TracChangeset
for help on using the changeset viewer.