ClearLine clears the current line and moves the cursor to it's start position.
()
| 71 | |
| 72 | // ClearLine clears the current line and moves the cursor to it's start position. |
| 73 | func ClearLine() { |
| 74 | cursor.ClearLine() |
| 75 | } |
| 76 | |
| 77 | // Clear clears the current position and moves the cursor to the left. |
| 78 | func Clear() { |
searching dependent graphs…