summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-31 20:30:50 +0800
committerruki <[email protected]>2020-05-31 20:30:50 +0800
commit58096008c109e965f0b8ddcc84410d02ee9b5daa (patch)
treedcc5abd9b249990bb0fbaa22116ee52b174db37b
parentf4722dfda56d29542de5b4fdf06e969473f120bf (diff)
rename vtansi to terminal
-rw-r--r--xmake/core/base/terminal.lua (renamed from xmake/core/base/vtansi.lua)8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/core/base/vtansi.lua b/xmake/core/base/terminal.lua
index c3a41fef0..15a71b08a 100644
--- a/xmake/core/base/vtansi.lua
+++ b/xmake/core/base/terminal.lua
@@ -15,13 +15,13 @@
-- Copyright (C) 2015-2020, TBOOX Open Source Group.
--
-- @author ruki
--- @file vtansi.lua
+-- @file terminal.lua
--
-- define module
-local vtansi = vtansi or {}
+local terminal = terminal or {}
--- TODO http://www.termsys.demon.co.uk/vtansi.htm
+-- TODO http://www.termsys.demon.co.uk/terminal.htm
-- return module
-return vtansi
+return terminal