Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.78k stars 837 forks source link

Render TAB characters properly #789

Open TheDcoder opened 1 year ago

TheDcoder commented 1 year ago

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.