From 5ffe41db0e46e5c86f034a3059f70fa3d364df43 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 21 Feb 2022 22:45:39 +0800 Subject: update link --- xmake/core/base/tty.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmake/core/base/tty.lua b/xmake/core/base/tty.lua index 4ef3bb768..d2c674a6f 100644 --- a/xmake/core/base/tty.lua +++ b/xmake/core/base/tty.lua @@ -27,7 +27,8 @@ local io = require("base/io") -- save metatable and builtin functions tty._term_mode = tty._term_mode or tty.term_mode --- @see http://www.termsys.demon.co.uk/vtansi.htm +-- @see https://www2.ccs.neu.edu/research/gpc/VonaUtils/vona/terminal/vtansi.htm +-- http://www.termsys.demon.co.uk/vtansi.htm -- write control characters function tty._iowrite(...) -- cgit v1.3.1