micro/internal/display
Dmitry Maluka c960c93a83 Add BufWidth and BufHeight
Fixes issue with the usage of a slightly incorrect buffer height value
(v.Height should be v.Height-1 if statusline is displayed).

Also, to avoid too many duplications, the code reorganized a little:
buffer display params (width, height, gutter offset and others) are
calculated in a single place.
2021-04-08 23:53:40 +02:00
..
bufwindow.go Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
infowindow.go Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
softwrap.go Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
statusline.go Fix internal string binding representation 2020-11-05 15:52:25 -05:00
tabwindow.go Add tabbar.active color group (#1831) 2020-10-17 20:53:08 -04:00
termwindow.go Fix palette colors with tcell v2 2020-09-21 01:21:59 -04:00
uiwindow.go Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
window.go Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00