amp icon indicating copy to clipboard operation
amp copied to clipboard

ANSI codes in the input file are not handled (stripped/escaped), affecting AMP's text rendering

Open mandx opened this issue 6 years ago • 0 comments

For example, running something like:

# Using `--color` forces `git` to always colorize output
$ git diff --color > output
$ amp output

The use space and movement keys and watch the text.

AMP could just strip the codes (and inform the user?) or escape them (as vim does).

mandx avatar Jan 10 '19 22:01 mandx