statusbar()
- Set statusblank to 25 instead of 26, to match current Pico.
(DLR)
+ edit_redraw()
+ - Make do_refresh a bool instead of an int. (DLR)
do_yesno()
- Allow refreshing the screen via Ctrl-L, as Pico does. (DLR)
- Add a missing assert, and use actual_x() to calculate the
functions open_file(), execute_command(), and mallocstrassn();
changes to read_line(), load_file(), read_file(), open_file(),
get_next_filename(), do_insertfile(), do_insertfile_void(),
- do_alt_speller(), and edit_refresh(). (David Benbennick) DLR:
+ do_alt_speller(), and edit_refresh(). (David Benbennick) DLR:
Add a few minor fixes to make sure that current is set
properly in all cases, indicate on the statusbar when the file
has a mix of DOS and Mac format lines, move the test for DOS
* updated. */
void edit_redraw(const filestruct *old_current, size_t old_pww)
{
- int do_refresh = need_vertical_update(0) ||
+ bool do_refresh = need_vertical_update(0) ||
need_vertical_update(old_pww);
const filestruct *foo;