Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5201 in orxonox.OLD


Ignore:
Timestamp:
Sep 18, 2005, 3:51:37 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: test/flush/and 41

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell.cc

    r5183 r5201  
    3535using namespace std;
    3636
    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)");
     37SHELL_COMMAND(clear, Shell, clear)
     38    ->describe("Clears the shell from unwanted lines (empties all buffers)")
     39    ->setAlias("clear");
     40SHELL_COMMAND(deactivate, Shell, deactivate)
     41    ->describe("Deactivates the Shell. (moves it into background)")
     42    ->setAlias("deactivate");
     43
    3944
    4045/**
Note: See TracChangeset for help on using the changeset viewer.