Render TAB characters properly #789

Open
opened 2023-06-18 19:04:56 +02:00 by TheDcoder · 0 comments
TheDcoder commented 2023-06-18 19:04:56 +02:00 (Migrated from github.com)

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 by cat and similar programs.

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 by `cat` and similar programs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#789
No description provided.