mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 14:51:36 +03:00
display: ensure the guiding stripe can be shown when not softwrapping
This fixes https://savannah.gnu.org/bugs/?57683.
Bug existed since commit 0b54785f
from yesterday.
This commit is contained in:
parent
c09e96f294
commit
fb073ec88d
@ -2763,6 +2763,8 @@ int update_line(linestruct *line, size_t index)
|
||||
#ifndef NANO_TINY
|
||||
if (ISSET(SOFTWRAP))
|
||||
return update_softwrapped_line(line);
|
||||
|
||||
sequel_column = 0;
|
||||
#endif
|
||||
|
||||
row = line->lineno - openfile->edittop->lineno;
|
||||
|
Loading…
Reference in New Issue
Block a user