Re: OSC8 hyperlink support in ncurses

2023-08-23 Thread G. Branden Robinson
Hi Thomas, At 2023-08-23T03:24:51-0400, Thomas Dickey wrote: > On Tue, Aug 22, 2023 at 01:12:04PM -0400, Dusty Mabe wrote: > > I'm wondering if anyone has ever requested OSC8 hyperlink support > > [1] in ncurses > > This is probably the first mention on this list. > > I don't see any use in my w

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

2023-08-23 Thread Ingo Schwarze
Hi Alexis, Alexis wrote on Wed, Aug 23, 2023 at 09:02:36AM +1000: > Ingo Schwarze writes: >> The odd one out really is the mandoc implementation of man(1) >> which does use header and NAME section names for lookup. >> It is used by default in OpenBSD, Alpine Linux, Void Linux, >> and Termux, and

Re: OSC8 hyperlink support in ncurses

2023-08-23 Thread Nicholas Marriott
tmux looks for an Hls extension capability to do this: Hls=\E]8;%?%p1%l%tid=%p1%s%;;%p2%s\E\\ As far as security, tmux doesn't do anything with the links itself, so if you think it is a bad idea without tmux, it is still a bad idea with it. On Wed, 23 Aug 2023 at 09:22, G. Branden Robinson < g

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

2023-08-23 Thread Ingo Schwarze
Hi Lennart, Lennart Jablonka wrote on Tue, Aug 22, 2023 at 05:56:51PM +: > Quoth Ingo Schwarze: >> Lennart Jablonka wrote: >>> G. Branden Robinson wrote: Until it does, read "terminfo(3)" as "putp(3)". It's brings up the relevant page and is quicker to type anyway. >> Good advice.

terminal escape sequences (was: [PATCH] [grotty]: Use terminfo.)

2023-08-23 Thread G. Branden Robinson
Hi Ingo, At 2023-08-20T14:03:30+0200, Ingo Schwarze wrote: > i did not spend the time yet to understand what this discussion is all > about, and it seems to have very low priority for me, at the same time > as there are lots of moderate to high priority tasks open for me - > including, for example

Re: OSC8 hyperlink support in ncurses

2023-08-23 Thread Thomas Dickey
On Wed, Aug 23, 2023 at 03:21:43AM -0500, G. Branden Robinson wrote: > Hi Thomas, > > At 2023-08-23T03:24:51-0400, Thomas Dickey wrote: > > On Tue, Aug 22, 2023 at 01:12:04PM -0400, Dusty Mabe wrote: > > > I'm wondering if anyone has ever requested OSC8 hyperlink support > > > [1] in ncurses > >