micro/internal
Dmitry Maluka cd7ab640c5 Fix displaying incomplete tab or wide rune at the right edge of window
Fix displaying tabs and wide runes which don't fit in the window.
Don't overwrite the vertical divider and the adjacent window.

- For tabs: display only as many of the tab's spaces as fit in the window.

- For wide runes: if a rune doesn't fit, don't display it in this line at all.
  If softwrap is on, display this rune in the next line.

Fixes #1979
2021-04-08 23:53:49 +02:00
..
action Add BufWidth and BufHeight 2021-04-08 23:53:40 +02:00
buffer Fix horizontal scrolling issue after toggling softwrap on/off 2021-04-08 23:53:44 +02: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 Fix displaying incomplete tab or wide rune at the right edge of window 2021-04-08 23:53:49 +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