Changeset 5201 in orxonox.OLD
- Timestamp:
- Sep 18, 2005, 3:51:37 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell.cc
r5183 r5201 35 35 using namespace std; 36 36 37 SHELL_COMMAND(clear, Shell, clear)->describe("Clears the shell from unwanted lines (empties all buffers)"); 38 SHELL_COMMAND(deactivate, Shell, deactivate)->describe("Deactivates the Shell. (moves it into background)"); 37 SHELL_COMMAND(clear, Shell, clear) 38 ->describe("Clears the shell from unwanted lines (empties all buffers)") 39 ->setAlias("clear"); 40 SHELL_COMMAND(deactivate, Shell, deactivate) 41 ->describe("Deactivates the Shell. (moves it into background)") 42 ->setAlias("deactivate"); 43 39 44 40 45 /**
Note: See TracChangeset
for help on using the changeset viewer.