Skip to content

Commit 443c2f5

Browse files
some href updates
1 parent dcff53a commit 443c2f5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

spec/vt-good-image-protocol.tex

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
\usepackage[english]{babel}
44

55
\usepackage{colortbl}
6-
\usepackage{hyperref}
76
\usepackage{todonotes}
87

8+
\usepackage[hidelinks]{hyperref}
9+
\hypersetup{
10+
colorlinks=true,
11+
linkcolor=blue,
12+
filecolor=magenta,
13+
urlcolor=cyan
14+
}
15+
916
% \usepackage{fancyhdr}
1017
% \usepackage{graphicx}
1118

@@ -585,13 +592,13 @@ \section{Support Image Formats} % {{{
585592
\section{References} % {{{
586593

587594
\begin{enumerate}
588-
\item \label{ref:ctlseqs}https://invisible-island.net/xterm/ctlseqs/ctlseqs.txt
589-
\item \label{ref:twg-simple-image-display}Simple Image display, https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/12
590-
\item \label{ref:twg-gip}Good Image Protocol, https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/26
591-
\item \label{ref:image-sixel}Sixel Image Protocol, https://vt100.net/docs/vt3xx-gp/chapter14.html
592-
\item \label{ref:image-item2}iTerm2's image protocol, https://iterm2.com/documentation-images.html
593-
\item \label{ref:image-terminology}Terminology's image protocol, https://www.enlightenment.org/docs/apps/terminology.md \todo{Terminology image protocol spec not found. ;-(}
594-
\item \label{ref:image-kitty}Kitty's image protocol, https://sw.kovidgoyal.net/kitty/graphics-protocol.html
595+
\item \label{ref:ctlseqs}\url{https://invisible-island.net/xterm/ctlseqs/ctlseqs.txt}
596+
\item \label{ref:twg-simple-image-display}Simple Image display, \url{https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/12}
597+
\item \label{ref:twg-gip}Good Image Protocol, \url{https://gitlab.freedesktop.org/terminal-wg/specifications/-/issues/26}
598+
\item \label{ref:image-sixel}Sixel Image Protocol, \url{https://vt100.net/docs/vt3xx-gp/chapter14.html}
599+
\item \label{ref:image-item2}iTerm2's image protocol, \url{https://iterm2.com/documentation-images.html}
600+
\item \label{ref:image-terminology}Terminology's image protocol, \url{https://www.enlightenment.org/docs/apps/terminology.md} \todo{Terminology image protocol spec not found. ;-(}
601+
\item \label{ref:image-kitty}Kitty's image protocol, \url{https://sw.kovidgoyal.net/kitty/graphics-protocol.html}
595602
\end{enumerate}
596603
% }}}
597604

0 commit comments

Comments
 (0)