ollama/progress
Jeremy Schlatter faf67db089
cmd: fix progress bar flickering
Previous code cleared the display before writing new content, creating a
window where the terminal could (and in some cases did) render empty lines.

Instead, we now write new content over the old content, only clearing
the trailing end of lines for cases where the new line is shorter.

Fixes #1664
2025-02-17 13:39:02 -08:00
..
bar.go lint 2024-08-01 17:06:06 -07:00
progress.go cmd: fix progress bar flickering 2025-02-17 13:39:02 -08:00
spinner.go cmd: spinner progress for transfer model data (#6100) 2024-08-12 11:46:32 -07:00