*** ../readline-8.2-patched/display.c 2022-04-05 10:47:31.000000000 -0400 --- display.c 2022-12-13 13:11:22.000000000 -0500 *************** *** 3342,3348 **** &last_face[_rl_screenwidth - 1 + woff], 1); } ! _rl_vis_botlin = 0; ! if (botline_length > 0 || _rl_last_c_pos > 0) rl_crlf (); fflush (rl_outstream); rl_display_fixed++; --- 3394,3400 ---- &last_face[_rl_screenwidth - 1 + woff], 1); } ! if ((_rl_vis_botlin == 0 && botline_length == 0) || botline_length > 0 || _rl_last_c_pos > 0) rl_crlf (); + _rl_vis_botlin = 0; fflush (rl_outstream); rl_display_fixed++;