gosuri / uilive

uilive is a go library for updating terminal output in realtime
MIT License
1.7k stars 87 forks source link

Move the cursor up one line #8

Closed lotrfan closed 5 years ago

lotrfan commented 8 years ago

XTerm interprets "cursor up N lines" as "cursor up 1 line" for all N <=

  1. rxvt-unicode (and possibly others), however, treat "cursor up 0 lines" as moving 0 lines.

Fixes gosuri/uiprogress#16