• Patch: Elm ME+ 2.5 PLalpha54 -> Elm ME+ 2.5 PLalpha60 [10/13] (3/6)

    From Kari Hurtta@21:1/5 to All on Thu Nov 24 20:31:08 2022
    [continued from previous message]

    if (menu_resized(page))
    menu_get_sizes(page, &LINES, &COLUMNS);
    --- 2276,2282 ----
    }

    more_input:
    ! while (REDRAW_MARK == (code1 = enter_helper(&INFO, page, page))) {

    if (menu_resized(page))
    menu_get_sizes(page, &LINES, &COLUMNS);
    Index: elmME+.2.5.alpha60/src/elm.c
    *** elmME+.2.5.alpha54/src/elm.c Tue Apr 20 20:32:06 2021
    --- elmME+.2.5.alpha60/src/elm.c Fri Dec 10 20:18:48 2021 ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: elm.c,v 2.53 2021/01/25 17:04:47 hurtta Exp $";

    /*****************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.53 $ $State: Exp $
    *
    * Modified by: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI)
    --- 1,7 ----
    ! static char rcsid[] = "@(#)$Id: elm.c,v 2.54 2021/09/22 17:50:59 hurtta Exp $";

    /*****************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.54 $ $State: Exp