draw_window: add a space for eol, so that selected eol are visible
This commit is contained in:
parent
ff730380ed
commit
cf162ae617
|
@ -101,6 +101,7 @@ void draw_window(Window& window)
|
|||
|
||||
if (end != std::string::npos)
|
||||
{
|
||||
addch(' ');
|
||||
position.line = position.line + 1;
|
||||
position.column = 0;
|
||||
pos = end + 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user