Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7458 in orxonox.OLD


Ignore:
Timestamp:
Apr 30, 2006, 4:29:48 AM (18 years ago)
Author:
bensch
Message:

trunk: Single Line in ShellCommand again

Location:
trunk/src/lib/shell
Files:
2 edited

Legend:

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

    r7457 r7458  
    4242  */
    4343  ShellInput::ShellInput ()
    44       : MultiLineText ("")
     44      : Text ("")
    4545  {
    4646    this->pressedKey = SDLK_FIRST;
  • trunk/src/lib/shell/shell_input.h

    r7457 r7458  
    1010#define _SHELL_INPUT_H
    1111
    12 #include "multi_line_text.h"
     12#include "text.h"
    1313#include "event_listener.h"
    1414#include "shell_completion.h"
     
    2828   * [UP] and [DOWN] move through the history of allready given commands.
    2929   */
    30   class ShellInput : public MultiLineText,  public EventListener
     30  class ShellInput : public Text,  public EventListener
    3131  {
    3232
Note: See TracChangeset for help on using the changeset viewer.