jesseduffield.lazygit/pkg/gui
KOREAN139 2dc5e6d503 Fix recent repo view size issue
getMessageHeight() calculates height under assumption that given view's
wrap option (view.Wrap) is true, and createMenu() does not set wrap
option as true. this causes gocui set improper view's height when lines
in view needs to be wrapped.
add *gocui.View as parameter in getMessageHeight(), and calculates
view's height depend on its wrap option.

resolve issue #354
2019-01-17 10:29:52 +11:00
..
app_status_manager.go auto-updates 2018-08-25 17:32:34 +10:00
branches_panel.go Removed a lot of duplicated code 2018-12-10 08:22:52 +01:00
commit_message_panel.go minor refactor of credentials panel into its own file 2018-12-18 22:19:32 +11:00
commits_panel.go fetching branches without checking out 2018-12-08 11:51:47 +11:00
confirmation_panel.go Fix recent repo view size issue 2019-01-17 10:29:52 +11:00
credentials_panel.go send direct error message 2018-12-19 20:12:35 +11:00
files_panel.go Removed a lot of duplicated code 2018-12-10 08:22:52 +01:00
gui.go fix typo 2018-12-18 22:29:07 +11:00
keybindings.go delete KeyReadable field from Binding struct 2019-01-17 10:11:17 +11:00
menu_panel.go fetching branches without checking out 2018-12-08 11:51:47 +11:00
merge_panel.go fetching branches without checking out 2018-12-08 11:51:47 +11:00
options_menu_panel.go add recent repos menu option 2018-09-19 19:15:29 +10:00
recent_repos_panel.go Made gobot happy 2018-12-10 14:21:00 +01:00
staging_panel.go making a start on unidirectional data binding to fix these UI bugs 2018-12-08 11:51:47 +11:00
stash_panel.go fetching branches without checking out 2018-12-08 11:51:47 +11:00
status_panel.go fetching branches without checking out 2018-12-08 11:51:47 +11:00
theme.go bump dependencies 2018-08-18 14:20:19 +10:00
updates.go move update quit confirmation function into updates file 2018-08-27 20:26:49 +10:00
view_helpers.go minor refactor of credentials panel into its own file 2018-12-18 22:19:32 +11:00