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 can reproduce in following terminals: alacritty, gnome-terminal.
Can't reproduce in following terminals: kitty, foot, konsole, st, xterm, zed built-in terminal, vscode built-in terminal.
I'm not exactly sure exactly whether the problem is within alacritty/gnome-terminal or less not doing proper sync. One of alacritty devs in this comment claims that it's an issue on less side.
I've done some grepping around less' code searching for any mentions of sync escape sequences, but I couldn't find anything relevant, which makes me more confident it's indeed an issue on less side.
Screen flickers on horizontal scroll in less.
Steps:
ls -la /proc | less -R -# 2in alacrittyVideo:
screencast_20250912143153.mp4
I can reproduce in following terminals: alacritty, gnome-terminal.
Can't reproduce in following terminals: kitty, foot, konsole, st, xterm, zed built-in terminal, vscode built-in terminal.
I'm not exactly sure exactly whether the problem is within alacritty/gnome-terminal or less not doing proper sync. One of alacritty devs in this comment claims that it's an issue on less side.
I've done some grepping around less' code searching for any mentions of sync escape sequences, but I couldn't find anything relevant, which makes me more confident it's indeed an issue on less side.