Applied both. Thank you.
On Tue, Apr 15, 2025 at 11:46 PM Ahmad Fatoum wrote:
>
> There's code printing to stderr both before and after the single call to
> puts inside put_cur_glyph_and_inc_cursor().
>
> This is likely an oversight as we want everything to go through the
> same file descriptor,
There's code printing to stderr both before and after the single call to
puts inside put_cur_glyph_and_inc_cursor().
This is likely an oversight as we want everything to go through the
same file descriptor, so switch it over to fputs.
Fixes: fd47f056765a ("lineedit: print prompt and editing opera