Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANSI escape codes behave poorly #229

Open
oldaccountdeadname opened this issue Jun 30, 2021 · 0 comments
Open

ANSI escape codes behave poorly #229

oldaccountdeadname opened this issue Jun 30, 2021 · 0 comments

Comments

@oldaccountdeadname
Copy link
Contributor

ANSI escape codes do not work well with Amp's TUI, see a screenshot of neofetch's output below:

2021-06-29-182125_1095x688_scrot

It looks like other editors (vi, neovim) just substitute in a textual representation of the escape codes (^[[0m, for instance). This is probably better than dealing with all the different forms of escape codes, which would involve changing the cursor, moving the cursor, setting colors, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant