[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OSC8 hyperlink support in ncurses
From: |
Dusty Mabe |
Subject: |
OSC8 hyperlink support in ncurses |
Date: |
Tue, 22 Aug 2023 13:12:04 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
Hi,
I'm wondering if anyone has ever requested OSC8 hyperlink support [1] in ncurses
before. There are several applications built on ncurses that could benefit from
being able to embed hyperlinks such as weechat [2]. My specific use case that is
of interest is when someone uses markdown formatting like [link
here](http://example.com)
in a chat with me (weechat) then I'd like only the text "link here" to show up
but the terminal would know and a mouse click would enable me to open the link.
Of course, some of that use case I just described would be on weechat to
implement,
but from what I understand there is some foundational support needed in ncurses
[3]
before weechat could implement such a feature.
Anyways, thanks for the work over time on ncurses (I love many TUIs) and I
appreciate
any time you spend responding to this.
Dusty
[1] https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
[2] https://github.com/weechat/weechat/issues/1252
[3] https://github.com/weechat/weechat/issues/1252#issuecomment-944500795
- OSC8 hyperlink support in ncurses,
Dusty Mabe <=