*** display.c~ 2018-02-01 16:28:38.000000000 -0500 --- display.c 2018-09-09 16:06:10.000000000 -0400 *************** *** 2988,2992 **** } _rl_vis_botlin = 0; ! rl_crlf (); fflush (rl_outstream); rl_display_fixed++; --- 2988,2993 ---- } _rl_vis_botlin = 0; ! if (botline_length > 0 || _rl_last_c_pos > 0) ! rl_crlf (); fflush (rl_outstream); rl_display_fixed++;