micro/internal/display
Dmitry Maluka 104caf08dd Highlighting trailing whitespaces
Added option `hltrailingws` for highlighting trailing whitespaces
at the end of lines. Note that it behaves in a "smart" way.
It doesn't highlight newly added (transient) trailing whitespaces
that naturally occur while typing text. It would be annoying to
see transient highlighting every time we enter a space at the end
of a line while typing.
So a newly added trailing whitespace starts being highlighting
only after the cursor moves to another line. Thus the highlighting
serves its purpose: it draws our attention to annoying sloppy
forgotten trailing whitespaces.
2024-03-14 03:10:31 +01:00
..
bufwindow.go Highlighting trailing whitespaces 2024-03-14 03:10:31 +01:00
infowindow.go Add statusline.inactive and statusline.suggestions color groups (#1832) 2023-03-13 16:18:44 -07:00
softwrap.go Fix relocate at the end of buffer when scrollmargin is 0 (#2578) 2022-10-01 13:03:40 -07:00
statusline.go plugins: Add capability to dis-/enable them per buffer (#2836) 2023-06-05 17:38:33 -07:00
tabwindow.go Adds options for tab bar and tab color reversing (#2480) 2022-07-17 12:18:11 -07:00
termwindow.go termwindow: Show cursor only when his X and Y axis is smaller than the window (#3036) 2024-03-13 20:58:44 +01:00
uiwindow.go Fix non-working split resize with mouse drag (#1811) 2020-08-04 18:37:19 -04:00
window.go Replace BufWidth & BufHeight with BufView 2021-04-08 23:54:18 +02:00