On Fri, Jun 07, 2024 at 08:40:59PM +0000, Bjarni Ingi Gislason wrote: > Package: ncurses-doc > Version: 6.5-2 > Severity: minor > Tags: patch ... > > <stdin>:189: warning: table row does not fit on page 1
Branden Robinson made a fix for this two weeks ago. > Split lines longer than 80 characters into two or more lines. > Appropriate break points are the end of a sentence and a subordinate > clause; after punctuation marks. > > addch.3ncurses: line 69 length 84 I don't use that check. Instead, I use a script which warns me if the rendered line would be too long. This one ends at column 64. > \fBint mvwaddch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, const chtype > \fIch\fP); -- Thomas E. Dickey <dic...@invisible-island.net> https://invisible-island.net
signature.asc
Description: PGP signature