diff options
| author | ruki <[email protected]> | 2022-02-21 22:45:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-21 22:45:39 +0800 |
| commit | 5ffe41db0e46e5c86f034a3059f70fa3d364df43 (patch) | |
| tree | bde56da979eca3f0e5fa584280383855fa8d23fa | |
| parent | 6654a889d2403e8cb940d3b6bd9ad54de17bfece (diff) | |
update link
| -rw-r--r-- | xmake/core/base/tty.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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(...) |
