mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
This updates gocui to include https://github.com/jesseduffield/gocui/pull/68 and https://github.com/jesseduffield/gocui/pull/69, which changes views to not have an extra blank line at the end when content ending in a newline character is written to them. This makes text views more consistent with list views, which don't have a blank line after the last list entry either. |
||
|---|---|---|
| .. | ||
| apply.go | ||
| apply_patch.go | ||
| create_branch.go | ||
| drop.go | ||
| pop.go | ||
| prevent_discarding_file_changes.go | ||
| rename.go | ||
| stash.go | ||
| stash_all.go | ||
| stash_and_keep_index.go | ||
| stash_including_untracked_files.go | ||
| stash_staged.go | ||
| stash_staged_partial_file.go | ||
| stash_unstaged.go | ||