allow proper replacement of CommandShell in FBConsole
| Project: | JNode Shell |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
FBConsole is trying to replace the main CommandShell with its own CommandShell.
The current code results in conflicts between the 2 CommandShell instances : they are stealing each other the input and output. This also results in command history missing some commands.
For further details, look at startFBConsole method of the class org.jnode.driver.textscreen.fb.FBConsole.
- Login to post comments
#1
I think it's been fixed by levente few weeks ago.
#2
closing it manually