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
I moved out from Alacritty because of visual tearing and the laggy feeling in helix.
On my compositor Sway, Alacritty and Foot have low performance whereas Kitty and Wezterm have no tearing and lag.
On my compositor Sway, Alacritty and Foot have low performance whereas Kitty and Wezterm have no tearing and lag.
tearing doesn't mean low performance in terminals, usually such terminals are faster because they can draw more frames per second and both alacritty and foot has one of the fastest vte parsers/rendering performance.
To avoid tearing the #731 CSI(or DCS) escape sequence should be used, because it's a way to do atom updates to the terminal. foot supports CSI sequence for example, and alacritty right now only handles the original DCS one.
I'm using helix for 3 months.
Moving cursor up and down feels laggy.
The text was updated successfully, but these errors were encountered: