lazydocker/pkg
Quentin McGaw 29ad43c4a4 Fixed infinite loop for checking terminal space as discussed in PR
- All the checks are in the `waitForTerminalSpace` function
- It tries to run the program directly if the width is positive
- It then sleeps 50 milliseconds the first time if the width is zero
- If after the first sleep, the terminal width is still zero, it prints the waiting time to stderr and will keep on doing so with increasing sleep times.
2019-07-05 01:31:28 +02:00
..
app Fixed infinite loop for checking terminal space as discussed in PR 2019-07-05 01:31:28 +02:00
commands fix strings.ReplaceAll() does't exist error while go version bellow 1.12 2019-07-01 14:18:11 +08:00
config actually take the debugging flag seriously 2019-06-30 21:00:01 +10:00
gui remove incorrect description from status click binding 2019-06-30 22:22:35 +10:00
i18n don't panick on unix connection failure 2019-06-30 20:41:12 +10:00
log use fork of roll so that we don't crash on 429 errors 2019-06-29 20:50:24 +10:00
tasks more 2019-06-23 12:27:31 +10:00
test clean some things up 2019-06-09 10:03:04 +10:00
utils support light themes in terminals 2019-06-30 19:58:46 +10:00