-
Hi, Animation was interrupted by some Captured video: What makes the matter complicated is that on an almost identical setup on my laptop, I don't get this problem. My Linux dot files are versioned, and I didn't spot any suspicious differences in env variable values. The main difference between the two setups would be that desktop runs on Win10 + Nvidia graphics, while the laptop runs on Win11 developer + Intel graphics. But I can't see how this difference could cause the issue. Any hints? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This appears to be a glitch in the terminals, prob. steming from the console library they use. alacritty: See alacritty/alacritty#1663. The TL;DR is that if you can't/don't want to upgrade to Win 11, alacritty will be glitches with mouse and animations when using textual. Windows Ubuntu Terminal: Initially I thought that the Ubuntu Launcher of WSL would use Windows Terminal. It doesn't (see screenshot below - different console programs used in the background). Again, if you can't/don't want to upgrade to Win 11, there will be glitches with mouse and animations when using textual. Windows Terminal + WSL: textual works smoothly (animations and mouse events). Just start your WSL session from the terminal. |
Beta Was this translation helpful? Give feedback.
This appears to be a glitch in the terminals, prob. steming from the console library they use.
alacritty: See alacritty/alacritty#1663. The TL;DR is that if you can't/don't want to upgrade to Win 11, alacritty will be glitches with mouse and animations when using textual.
Windows Ubuntu Terminal: Initially I thought that the Ubuntu Launcher of WSL would use Windows Terminal. It doesn't (see screenshot below - different console programs used in the background). Again, if you can't/don't want to upgrade to Win 11, there will be glitches with mouse and animations when using textual.
Windows Terminal + WSL: textual works smoothly (animations and mouse events). Just start your WSL session fro…