PaulJuliusMartinez / jless

jless is a command-line JSON viewer designed for reading, exploring, and searching through JSON data.
https://jless.io
MIT License
4.61k stars 87 forks source link

Consider using synchronized output if supported by the terminal #155

Open PaulJuliusMartinez opened 1 month ago

PaulJuliusMartinez commented 1 month ago

See Terminal Spec: Synchronized Output for more details.

This may help with issues like Screen flickers when fast scrolling.