mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-15 04:44:38 +03:00
build: fix compilation when configured with --enable-tiny
This commit is contained in:
parent
7f40eeab0a
commit
fd28e5f36c
@ -2398,9 +2398,10 @@ void draw_row(int row, const char *converted, linestruct *line, size_t from_col)
|
||||
if (is_shorter || ISSET(SOFTWRAP))
|
||||
wclrtoeol(edit);
|
||||
|
||||
#ifndef NANO_TINY
|
||||
if (thebar)
|
||||
mvwaddch(edit, row, COLS - 1, bardata[row]);
|
||||
|
||||
#endif
|
||||
#ifdef USING_OLD_NCURSES
|
||||
/* Tell ncurses to really redraw the line without trying to optimize
|
||||
* for what it thinks is already there, because it gets it wrong in
|
||||
|
Loading…
x
Reference in New Issue
Block a user