diff options
| author | ruki <[email protected]> | 2017-12-14 00:33:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-13 21:18:51 +0800 |
| commit | 2694f86469cdd776ba2caba9bcd7ec261457aa2c (patch) | |
| tree | cda848781d502ca90804432575d88871be1a8b55 /xmake/core/ui/program.lua | |
| parent | fccce25811e0a02bca4ac81a9ecadea85b2f855f (diff) | |
add core.base.dlist
Diffstat (limited to 'xmake/core/ui/program.lua')
| -rw-r--r-- | xmake/core/ui/program.lua | 7 |
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 |
