Re: Leaders

2023-09-02 Thread Lennart Jablonka
Quoth G. Branden Robinson: At 2023-09-02T22:35:25+, Lennart Jablonka wrote: No, there aren’t. Your message does not contain the SOH bytes; you could as well put replacement “^A”s there. I was attempting to suggest their presence. My tone was too accusatory. Yes, you did do that. I

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-02 Thread Lennart Jablonka
Quoth Lennart Jablonka: I wanna tell you: When manually testing, I found MR man page references followed by space to be followed by a backslash preceding the space and I found no OSC 8 emitted. Or similar. I’ll debug that later. While I know tty.cpp fairly well now, I have to admit the O

Re: OSC8 hyperlink support in ncurses

2023-09-02 Thread Thomas Dickey
On Sat, Sep 02, 2023 at 04:16:53PM -0400, Thomas Dickey wrote: ... > Seeing the comment about GValueArray, I recalled reading a discussion between > Egmont and Christian which said that one had noticed a memory leak, but that > it wasn't something that they need not fix at that time. At that time,

Re: Leaders

2023-09-02 Thread G. Branden Robinson
Hi Lennart, At 2023-09-02T22:35:25+, Lennart Jablonka wrote: > No, there aren’t. Your message does not contain the SOH bytes; you > could as well put replacement “^A”s there. I was attempting to suggest their presence. > The point is that the width of the line of periods is determined by

Re: Leaders

2023-09-02 Thread Lennart Jablonka
Quoth G. Branden Robinson: On second thought--in the form of empirical measurements rather than hand-waving conjecture--I think you've found a bug. How so? Consider the following input, which I've degraded to an ASCII spelling of "chateau" to permit some comparative analysis (keep reading).

Re: Leaders

2023-09-02 Thread G. Branden Robinson
[self-follow-up] Hi Peter, On second thought--in the form of empirical measurements rather than hand-waving conjecture--I think you've found a bug. Consider the following input, which I've degraded to an ASCII spelling of "chateau" to permit some comparative analysis (keep reading). $ cat long-

Re: OSC8 hyperlink support in ncurses

2023-09-02 Thread Thomas Dickey
On Fri, Aug 25, 2023 at 03:25:10AM -0500, G. Branden Robinson wrote: > Hi Thomas, > > At 2023-08-23T15:25:24-0400, Thomas Dickey wrote: > > On Wed, Aug 23, 2023 at 03:21:43AM -0500, G. Branden Robinson wrote: > > > There was a humdinger of an argument about this on Egmont Koblinger's > > > Gist ab

Re: Leaders

2023-09-02 Thread G. Branden Robinson
Hi Peter, I get the same output you do from your second example. I do observe that `\a` in interpretation mode doesn't get warned about, even with '-ww'. That may be a defect. At 2023-09-02T16:19:08-0400, Peter Schaffter wrote: > Question 1: > Is \a only interpreted in copy mode as this would s

Leaders

2023-09-02 Thread Peter Schaffter
I'm having trouble making sense of leader behaviour. cat < The château into which my valet had ventured to make forcible en‐ trance, rather than permit me, in my deparately wounded condi‐ tion, to pass a night in the open air Notice that \a is not interpolating leaders. Replacing \a

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-02 Thread Lennart Jablonka
Quoth G. Branden Robinson: At 2023-09-01T22:03:54+, Lennart Jablonka wrote: In that way, tparm behaves as a variadic function in K&R C. Now, it doesn’t. We have a replacement, tiparm; alas, my OpenBSD box doesn’t have that yet. char *tiparm(const char *, ...); You haven’t seen

Re: [PATCH v2] [grotty]: Use terminfo.

2023-09-02 Thread G. Branden Robinson
At 2023-09-01T21:31:17+, Lennart Jablonka wrote: > I will look at all that, though not right now. No worries--no rush. > I wanna tell you: When manually testing, I found MR man page > references followed by space to be followed by a backslash preceding > the space and I found no OSC 8 emitte