Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 22, 2009, 11:32:30 PM (15 years ago)
Author:
scheusso
Message:

added a new feature to the IOConsole: you can now search the history (like in bash shells) with PgUP
just enter a few signs/characters of a command you once typed in and press PgUP to complete the command
if the found command is not the one you were looking for just press PgUP again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/libraries/core/Shell.h

    r5983 r5986  
    129129            void history_up();
    130130            void history_down();
     131            void history_search_up();
     132            void history_search_down();
    131133            void scroll_up();
    132134            void scroll_down();
Note: See TracChangeset for help on using the changeset viewer.