Display displays the buffer and the statusline
()
| 895 | |
| 896 | // Display displays the buffer and the statusline |
| 897 | func (w *BufWindow) Display() { |
| 898 | w.updateDisplayInfo() |
| 899 | |
| 900 | w.displayStatusLine() |
| 901 | w.displayScrollBar() |
| 902 | w.displayBuffer() |
| 903 | } |
nothing calls this directly
no test coverage detected