summaryrefslogtreecommitdiff
path: root/xmake/core/ui/program.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-12-14 00:33:08 +0800
committerruki <[email protected]>2017-12-13 21:18:51 +0800
commit2694f86469cdd776ba2caba9bcd7ec261457aa2c (patch)
treecda848781d502ca90804432575d88871be1a8b55 /xmake/core/ui/program.lua
parentfccce25811e0a02bca4ac81a9ecadea85b2f855f (diff)
add core.base.dlist
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