Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5248 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
Sep 24, 2005, 10:30:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moving up and down through the buffer with [PageUp] and [PageDown] enabled

File:
1 edited

Legend:

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

    r5245 r5248  
    285285  {
    286286    PRINT(0)("Help for the most important Shell-commands\n");
    287     PRINT(0)("F1 - HELP; F2 - DEBUG; ` - open/close shell\n");
     287    PRINT(0)("F1 - HELP; F2 - DEBUG; '`' - open/close shell\n");
    288288    PRINT(0)("input order:\n");
    289289    PRINT(0)("ClassName [objectName] function [parameter1, [parameter2 ...]]  or\n");
     
    328328      this->help();
    329329    else if (event.type == SDLK_F2)
    330       this->debug();
     330      ;//this->debug();
    331331    else if (event.type == SDLK_UP)
    332332      this->historyMoveUp();
Note: See TracChangeset for help on using the changeset viewer.