Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.21k stars 846 forks source link

Use new line char instead of flushing the output #792

Open rilysh opened 1 year ago

rilysh commented 1 year ago

Hello, Instead of flushing the output every time on each line when the --help or --version command is being invoked, it's better to use a new line character instead. Although this is just for the help command, flushing each time, is much more overhead than simply using a new line character.