From 8c44137711e0ef4e1b82d2f68e9e07d645e489e3 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Wed, 7 Aug 2024 00:46:48 -0500 Subject: [PATCH] fix url --- src/termio/message.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/termio/message.zig b/src/termio/message.zig index 792e81cdf..a5307498e 100644 --- a/src/termio/message.zig +++ b/src/termio/message.zig @@ -44,7 +44,7 @@ pub const Message = union(enum) { /// Request a size report is sent to the pty ([in-band /// size report, mode 2048](https://gist.github.com/rockorager/e695fb2924d36b2bcf1fff4a3704bd83) and - /// [XTWINOPS](https://invisible-island.net/xterm/ctlseqs/ctlseqs.htmli#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps;Ps;Ps-t.1EB0)). + /// [XTWINOPS](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps;Ps;Ps-t.1EB0)). size_report: SizeReport, /// Clear the screen.