diff --git a/ChangeLog b/ChangeLog index abd67d1a44bf9c29d9336dfeec17a4eb2dd70985..808009bbdb7195a223efc0c637155426a9985f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-27 Chris Allegretta <chrisa@asty.org> + * src/winio.c (edit_refresh): wredrawln() is not supported under + slang. + 2014-05-27 Benno Schulenberg <bensberg@justemail.net> * src/global.c (shortcut_init): Improve the arrangement of help items under certain compilation conditions. diff --git a/src/winio.c b/src/winio.c index 0ed340a58ba3183891daca8df0fb10841751004f..0357b9341aea35d01fca34b538d4c95674e4281d 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2498,7 +2498,9 @@ void edit_draw(filestruct *fileptr, const char *converted, int /* Tell ncurses to really redraw the line without trying to optimize for what it thinks is already there, because it gets it wrong in the case of a wide character in column zero. See bug #31743. */ +#ifndef USE_SLANG wredrawln(edit, line, 1); +#endif #ifndef DISABLE_COLOR /* If color syntaxes are available and turned on, we need to display