mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-05 15:30:59 +00:00
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. |
||
|---|---|---|
| .. | ||
| bufwindow.go | ||
| infowindow.go | ||
| softwrap.go | ||
| statusline.go | ||
| tabwindow.go | ||
| termwindow.go | ||
| uiwindow.go | ||
| window.go | ||