bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH 00/17] ncurses man page changes proposed vs. 20231007


From: G. Branden Robinson
Subject: [PATCH 00/17] ncurses man page changes proposed vs. 20231007
Date: Fri, 13 Oct 2023 18:38:32 -0500

Hi folks,

Please find an attached diff of my changes with respect to Thomas's last
snapshot (20231007).  I generated "plain" text (UTF-8 with SGR escape
sequences) dumps of all the ncurses man pages with the following script,
using groff 1.23.0.

#!/bin/sh

dir="$HOME"/ncurses-HEAD/share/man

find "$dir" -type f | sort | xargs cat \
  | nroff -t -ww -dAD=l -rHY=0 -rCHECKSTYLE=2 -man

If you page the attachment, you'll need to use "less -R".  A UTF-8
terminal will help, too.  Keep in mind that I based this on a local
installation to $HOME, so some of the file specifications will look
funny.  Don't worry, they are parameterized in the man page sources.

Regards,
Branden

Attachment: ncurses-2023-10-07-gbr.man.diff
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

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