tparm %l should push strlen(pop) onto the stack not insert it into the
authornicm <nicm@openbsd.org>
Tue, 28 Jun 2022 07:36:52 +0000 (07:36 +0000)
committernicm <nicm@openbsd.org>
Tue, 28 Jun 2022 07:36:52 +0000 (07:36 +0000)
commit88576cf028cf22b46a86aceb26ee64a66c6e7a3c
tree30789e559814559e7923e6768a4b74dd1fe30641
parente33679eb838895122430d0ec30967c5539f62b6b
tparm %l should push strlen(pop) onto the stack not insert it into the
result, from ncurses 5.9 patch 20130126:

    + change %l behavior in tparm to push the string length onto the
      stack rather than saving the formatted length into the output
      buffer (report by Roy Marples, cf: 980620).

ok millert
lib/libcurses/tinfo/lib_tparm.c