summaryrefslogtreecommitdiff
path: root/xmake/core/ui/program.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/ui/program.lua')
-rw-r--r--xmake/core/ui/program.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/xmake/core/ui/program.lua b/xmake/core/ui/program.lua
index a1ec01edf..da4edabc7 100644
--- a/xmake/core/ui/program.lua
+++ b/xmake/core/ui/program.lua
@@ -63,8 +63,6 @@ function program:init()
curses.start_color()
end
--- init_keymap()
-
-- disable main window cursor
main_window:leaveok(false)
@@ -79,11 +77,6 @@ function program:init()
-- init group
group.init(self, rect {0, 0, curses.columns(), curses.lines()})
-
- --[[
- self:set_state('selected', true)
- self:set_state('focused', true)
- ]]
end
-- exit program