Description
With the introduction of the OSC 8 escape sequence, hyperlinks with custom text become possible to display on terminals. It would be useful to implement this in Zulip terminal but urwid does not support it out of the box currently (there is an issue filed regarding it).
An immediate usecase would be in message information popups. Implementing hyperlinks in message information popups will help display clickable long links which span over multiple lines - these links are currently not clickable. Since there is no official urwid support for OSC 8 yet, a possible solution would be to surround the entire text link with the escape sequence.
Whenever urwid does support OSC 8, it might be worthwhile to investigate the use of hyperlinks in the normal message body.
Activity