Render TAB characters properly #789
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently
\t
is not rendered properly in CRT, instead of a proper tab stop character the terminal uses 4 spaces to replace it. This creates issues such as being unable to distinguish between 4 spaces and a single TAB in output, especially that which is produced bycat
and similar programs.