You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm introducing #8226 to presenterm using the latest nightly and I can't say exactly what is it that causes this but I can consistently reproduce this: after printing some text using s=3 I end up getting certain characters always showing up with a larger font size
To Reproduce
I can't say exactly. I'm not doing anything crazy, namely, enter alternate screen, clear screen, using synchronized updates, printing some text with a larger size, some without, using colors + s=3, etc. I tried to simply do some printfs printing text using s=N and colors but it doesn't reproduce the issue.
Describe the bug
I'm introducing #8226 to presenterm using the latest nightly and I can't say exactly what is it that causes this but I can consistently reproduce this: after printing some text using
s=3
I end up getting certain characters always showing up with a larger font sizeTo Reproduce
I can't say exactly. I'm not doing anything crazy, namely, enter alternate screen, clear screen, using synchronized updates, printing some text with a larger size, some without, using colors +
s=3
, etc. I tried to simply do someprintf
s printing text usings=N
and colors but it doesn't reproduce the issue.You can see the WIP code I have for this here https://github.com/mfontanini/presenterm/compare/feat/font-size?expand=1. This part is where the string to be printed is created.
Screenshots
See in this screenshot how certain characters are now always shown in a larger font.
Environment details
Additional context
I can reproduce this with
kitty --config NONE
.The text was updated successfully, but these errors were encountered: