diff options
| author | ruki <[email protected]> | 2022-11-30 00:04:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-11-30 00:04:26 +0800 |
| commit | 3b3241ace51f87175c6a1f221cb5e321e8e0dadb (patch) | |
| tree | 3e720f4845c8ab823af80f0c30cc50c3b21b6ae9 | |
| parent | 67408d6c9109fa506f2fc64e15ed0d792828155e (diff) | |
improve core/ui
| -rw-r--r-- | xmake/core/ui/curses.lua | 5 | ||||
| -rw-r--r-- | xmake/core/ui/event.lua | 5 | ||||
| -rw-r--r-- | xmake/core/ui/point.lua | 5 | ||||
| -rw-r--r-- | xmake/core/ui/rect.lua | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/xmake/core/ui/curses.lua b/xmake/core/ui/curses.lua index 394143d28..344cb5e5e 100644 --- a/xmake/core/ui/curses.lua +++ b/xmake/core/ui/curses.lua @@ -18,11 +18,6 @@ -- @file curses.lua -- ---[[ Console User Interface (cui) ]----------------------------------------- -Author: Tiago Dionizio ([email protected]) -$Id: core.lua 18 2007-06-21 20:43:52Z tngd $ ---------------------------------------------------------------------------]] - -- define module: curses local curses = curses or {} diff --git a/xmake/core/ui/event.lua b/xmake/core/ui/event.lua index 24e389149..79884dd44 100644 --- a/xmake/core/ui/event.lua +++ b/xmake/core/ui/event.lua @@ -18,11 +18,6 @@ -- @file event.lua -- ---[[ Console User Interface (cui) ]----------------------------------------- -Author: Tiago Dionizio (tiago.dionizio AT gmail.com) -$Id: event.lua 18 2007-06-21 20:43:52Z tngd $ ---------------------------------------------------------------------------]] - -- load modules local log = require("ui/log") local object = require("ui/object") diff --git a/xmake/core/ui/point.lua b/xmake/core/ui/point.lua index e03201fac..a4e43d8f1 100644 --- a/xmake/core/ui/point.lua +++ b/xmake/core/ui/point.lua @@ -18,11 +18,6 @@ -- @file point.lua -- ---[[ Console User Interface (cui) ]----------------------------------------- -Author: Tiago Dionizio (tiago.dionizio AT gmail.com) -$Id: point.lua 18 2007-06-21 20:43:52Z tngd $ ---------------------------------------------------------------------------]] - -- load modules local object = require("ui/object") diff --git a/xmake/core/ui/rect.lua b/xmake/core/ui/rect.lua index 3bdc45bd3..d1e214d98 100644 --- a/xmake/core/ui/rect.lua +++ b/xmake/core/ui/rect.lua @@ -19,11 +19,6 @@ -- @file rect.lua -- ---[[ Console User Interface (cui) ]----------------------------------------- -Author: Tiago Dionizio (tiago.dionizio AT gmail.com) -$Id: rect.lua 18 2007-06-21 20:43:52Z tngd $ ---------------------------------------------------------------------------]] - -- load modules local point = require("ui/point") local object = require("ui/object") |
