Add support for OSC 8 hyperlinks (a VTE extension now supported by other
authornicm <nicm@openbsd.org>
Thu, 30 Jun 2022 09:55:53 +0000 (09:55 +0000)
committernicm <nicm@openbsd.org>
Thu, 30 Jun 2022 09:55:53 +0000 (09:55 +0000)
commit2df6775c42415d7a83ff1b76db6644273e1112de
tree681e39533d9dc019dfbd5e84ddb5e59a6be8a67a
parent2c7b58e5a87587a82925b3b313ea646e6542f11e
Add support for OSC 8 hyperlinks (a VTE extension now supported by other
terminals such as iTerm2). Originally written by me then extended and
completed by first Will Noble and later Jeff Chiang. GitHub issues 911,
2621, 2890, 3240.
15 files changed:
usr.bin/tmux/Makefile
usr.bin/tmux/cmd-capture-pane.c
usr.bin/tmux/cmd-display-panes.c
usr.bin/tmux/grid.c
usr.bin/tmux/hyperlinks.c [new file with mode: 0644]
usr.bin/tmux/input.c
usr.bin/tmux/screen-redraw.c
usr.bin/tmux/screen.c
usr.bin/tmux/server.c
usr.bin/tmux/style.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/tty-features.c
usr.bin/tmux/tty-term.c
usr.bin/tmux/tty.c