[continued from previous message]
! /* $Id: pager.h,v 2.9 2020/01/18 20:07:40 hurtta Exp $ */
! /******************************************************************************
! * The Elm (ME+) Mail System - $Revision: 2.9 $ $State: Exp $
*
* Author: Kari Hurtta <
hurtta+elm@siilo.FMI.FI>
* or Kari Hurtta <
elm@elmme-mailer.org>
! *****************************************************************************/
/* Returns 1 if processed OK, 0 on failure
*
--- 1,11 ----
! /* $Id: pager.h,v 2.10 2023/12/13 16:55:32 hurtta Exp $ */
! /*************************************************************************
! * The Elm (ME+) Mail System - $Revision: 2.10 $ $State: Exp $
*
* Author: Kari Hurtta <
hurtta+elm@siilo.FMI.FI>
* or Kari Hurtta <
elm@elmme-mailer.org>
! ************************************************************************/
/* Returns 1 if processed OK, 0 on failure
*
***************
*** 18,24 ****
span_EOS /* End of string */,
span_NL_seen,
span_wrapping,
! span_wordwrapped
} span_line P_((struct menu_context *ctx,
int cur_line, int *cur_col,
const struct string * buffer,
--- 18,25 ----
span_EOS /* End of string */,
span_NL_seen,
span_wrapping,
! span_wordwrapped,
! span_clear_alt_data
} span_line P_((struct menu_context *ctx,
int cur_line, int *cur_col,
const struct string * buffer,
***************
*** 101,111 ****
extern void clea