1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-05 13:24:54 +02:00
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
..
2018-08-25 17:32:34 +10:00
2018-12-19 20:12:35 +11:00
2018-12-18 22:29:07 +11:00
2018-12-10 14:21:00 +01:00
2018-08-18 14:20:19 +10:00