Commit graph

13 commits

Author SHA1 Message Date
Quentin McGaw
88896e9117 Removed terminal space check (gocui got fixed) 2019-07-07 12:19:44 +02:00
Quentin McGaw
92837ca1cb Buffering channel with a size of 1 2019-07-05 14:46:38 +02:00
Quentin McGaw
ee6b990792 Applied changes from @dawidd6 to check on terminal space at start 2019-07-05 14:39:27 +02:00
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
Quentin McGaw
d404716d0a Fixed bad loop for checking terminal size 2019-07-02 20:14:34 +02:00
Quentin McGaw
20f4ad8e49 Resolved screen size issue, final Docker image uses Scratch 2019-07-02 20:08:29 +02:00
Jesse Duffield
ba426f05be don't panick on unix connection failure 2019-06-30 20:41:12 +10:00
Jesse Duffield
5d55939719 clean some things up 2019-06-09 10:03:04 +10:00
Jesse Duffield
129c9bbe9e type the translations 2019-06-05 22:20:30 +10:00
Jesse Duffield
5d40c084a5 WIP 2019-06-05 21:59:27 +10:00
Jesse Duffield
3cfa4a2bda more stuff 2019-06-02 16:28:52 +10:00
Jesse Duffield
664058d5f0 make config type safe 2019-06-02 11:37:21 +10:00
Jesse Duffield
cf5ec17197 repurpose lazygit code 2019-05-12 10:32:02 +10:00