Commit 15b70fb
committed
Flicker: print message about not showing output until completion
Improve shell command output handling
- Buffer shell command output to prevent terminal unresponsiveness
- Update display periodically (every second) for large outputs
- Add user notification about output buffering behavior
- Maintain truncation through terminal interface
This significantly improves the user experience when viewing large outputs
by preventing excessive screen updates. Note that due to OS-level output
buffering, shell commands won't show progress until completion.
Revert "try to fix buffering"
This reverts commit 9ccee4d26bab9267007760947f3c95bbb93a1fa2.
try to fix buffering
not sure
Try to best of both worlds1 parent 763ced2 commit 15b70fb
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
190 | 198 | | |
191 | 199 | | |
192 | 200 | | |
| |||
0 commit comments