The goal is to enable the use of arrow keys to navigate the previous shell commands by adding history to the shell.
Description
History is added to the shell and is scoped to separate histories for individual outliner shells and global history for the world shell. The command history is stored in the corresponding outliner store for outliner shells and in the world store for global shells. This history is then passed on to the <Shell> component as a prop.
Goal
The goal is to enable the use of arrow keys to navigate the previous shell commands by adding history to the shell.
Description
History is added to the shell and is scoped to separate histories for individual outliner shells and global history for the world shell. The command history is stored in the corresponding outliner store for outliner shells and in the world store for global shells. This history is then passed on to the
<Shell>
component as a prop.