Closed
Description
Just catching up on the end result of #96 (awesome stuff btw!) I imagine this is just a config issue combined with lack of experience on my part (the horror!) but 'clear' does not work as I expected in the cmd.com style bash terminal. It appears to reset the cursor back to the top of the visible area, but not actually cleanse the screen of any existing characters ('reset' does however cleanse the screen too)
(If I make the following alias, cls does behave as I expect)
alias cls='echo -ne "\033c"'
Potentially related but VI doesn't respect the cursor keys either?
Hopefully this is just a configuration issue, but if it is at least that response may help future issue visitors ;)