summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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