Steven Lu

Results 162 comments of Steven Lu

Thanks for linking me here @dandavison and apologies for my delay. As is often the case various things take priority over tinkering with tools but every time I get back...

I suspect line 76: ``` this.stylize(str, options.styles.all, options.styles) + '\033[0m' + "\n"); ``` may perhaps be where this change might happen???

Yeah by slow we do mean ~2 seconds for it to eventually re-paint, and it seems to chug all while resizing the window also. It used to be a bit...

Thank you, I will try this now.

Oh yeah. It's way faster. So probably something about how transparency is implemented is making it really sluggish. What should we do, though? This breaks transparency. I'm happy to give...

We already know this but I can confirm that transparency is completely fine for performance on El Capitan.

The fullscreen mode does not apply transparency, that is hopefully why!

fwiw, this doesn't invalidate the issue in any way (I would love to have a blur option, in fact), but with iTerm2 I've found that I always end up setting...

Confirmed that the workaround that works for `Hide alacritty` (via making a shortcut in Keyboard preferences to override it) does not work to disable Command+Q on `v0.10.1`. Personally I'm fine...

@loveencounterflow I love your ideas, thanks for introducing them. I feel like realistically in TUI-land we can apply it using bold, italic, and maybe underline or other "font styles" perhaps,...