Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 348 Bytes

multiline-rotation.md

File metadata and controls

17 lines (10 loc) · 348 Bytes

Multiline-rotation

Single-line eliding is achieved with printing the \r character.

Multi-line rotation is more sophisticated:

  • Move cursor up and clear line by \033[1A\033[2K
  • Share queue across processes

No errors:

multiline-roation

With errors:

multiline-roation

EOF