micro/internal
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
..
action Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
buffer Add buffer.WordAt (#2070) 2021-04-07 16:20:39 -04:00
clipboard Only use internal clipboard on error 2020-12-26 14:45:22 -05:00
config Remove conf highlighting (too many conflicts) 2021-02-20 14:27:58 -05:00
display Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
info Clear prompt before callback 2020-11-16 14:07:22 -05:00
lua Make more libraries available (#1917) 2020-11-21 01:46:17 -05:00
screen Enable xterm automatically if screen init fails 2020-09-15 01:11:59 -04:00
shell Fix some quality issues (#1914) 2021-01-09 13:39:21 -05:00
util Fix some quality issues (#1914) 2021-01-09 13:39:21 -05:00
views Fix unsplit crash 2020-02-08 21:06:13 -05:00