()
| 34 | } |
| 35 | |
| 36 | func restoreCursor() { |
| 37 | if disableAnsi { |
| 38 | return |
| 39 | } |
| 40 | // see https://github.com/morikuni/aec/pull/5 |
| 41 | fmt.Print(aec.Restore) |
| 42 | } |
| 43 | |
| 44 | func showCursor() { |
| 45 | if disableAnsi { |
no outgoing calls
no test coverage detected
searching dependent graphs…