mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

Script execution output does not render background color for tabs #240

Closed carbon-steel closed 4 months ago

carbon-steel commented 4 months ago

Problem

Tab character does not get correct background color in the output of script execution

image

Presentation file

:arrow_right: ```bash +exec

:arrow_right: echo -e 'hi\they'

:arrow_right: ```

Other info

OS: Fedora Linux Presenterm version: 0.7.0 Presenterm theme: dark Terminal: Kitty

mfontanini commented 4 months ago

Thanks for the report! This is fixed in master. I turned tabs into 4 spaces; lmk if you'd expect 2 and I can make this configurable.