From 2694f86469cdd776ba2caba9bcd7ec261457aa2c Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 14 Dec 2017 00:33:08 +0800 Subject: add core.base.dlist --- xmake/core/ui/program.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'xmake/core/ui/program.lua') 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 -- cgit v1.3.1