bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/17] Mostly curs_*{add,get}* revisions.


From: G. Branden Robinson
Subject: [PATCH 00/17] Mostly curs_*{add,get}* revisions.
Date: Wed, 13 Mar 2024 13:08:50 -0500

I have more addch(3X) and add_wch(3X) work pending, and some other bits,
but I figured I'd go ahead and get these out, not knowing Thomas's 6.5
schedule.

$ COLUMNS=72 git diff --stat master HEAD
 man/curs_add_wch.3x    |  25 +-
 man/curs_add_wchstr.3x |  13 +-
 man/curs_addch.3x      |  28 +-
 man/curs_addchstr.3x   |  11 +-
 man/curs_addstr.3x     |  83 +++--
 man/curs_addwstr.3x    |  99 +++--
 man/curs_attr.3x       |   4 +-
 man/curs_border.3x     |   2 +-
 man/curs_get_wch.3x    | 290 +++++++++------
 man/curs_getch.3x      | 806 ++++++++++++++++++++++++++---------------
 man/curs_inopts.3x     |   2 +-
 man/curs_ins_wstr.3x   |   2 +-
 man/curs_insstr.3x     |   2 +-
 man/curs_outopts.3x    |   4 +-
 man/curs_pad.3x        |   2 +-
 man/curs_refresh.3x    |   2 +-
 man/curs_terminfo.3x   |   2 +-
 man/curs_touch.3x      |   2 +-
 man/curs_util.3x       |   2 +-
 man/man_db.renames.in  |  10 +
 20 files changed, 899 insertions(+), 492 deletions(-)

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]