Skip to content

bash clear not clearing #169

Closed
Closed
@ciaranj

Description

@ciaranj

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions