On 09/09/2018 01:17 PM, Chet Ramey wrote:
The redisplay is just leaving the last visible line alone. In this case,
though, it's blank. Let's see if this patch fixes it.

gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/home/bothner/GNU/bash -I../.. 
-I../../lib  -g -O2 -Wno-parentheses -Wno-format-security display.c
display.c: In function ‘_rl_update_final’:
display.c:2783:7: error: ‘botline_length’ undeclared (first use in this 
function); did you mean ‘history_length’?
   if (botline_length > 0 || _rl_last_c_pos > 0)
       ^~~~~~~~~~~~~~
       history_length

--
        --Per Bothner
[email protected]   http://per.bothner.com/

_______________________________________________
Bug-readline mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-readline

Reply via email to