-
Notifications
You must be signed in to change notification settings - Fork 418
Labels
Description
Describe the bug
gum started to mess the screen when showing output (regression).
To Reproduce
This is minified example:
$ gum spin --show-output -- seq 22 | less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Actual use case is curl
ing log files and piping it to less
causing total screen mess after less
exits while spinner was still active: gum spin --show-output -- curl -sSf -L https://git.altlinux.org/tasks/347163/build/100/x86_64/log | less
Expected behavior
0.12.0 worked better:
$ gum spin --show-output -- seq 22 | less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
curl
example worked good too.
Desktop (please complete the following information):
- OS: ALT Linux
- gum version 0.14.1