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.lua8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/core/ui/program.lua b/xmake/core/ui/program.lua
index 49eff8679..1c19a9631 100644
--- a/xmake/core/ui/program.lua
+++ b/xmake/core/ui/program.lua
@@ -51,14 +51,6 @@ function program:init(name, argv)
curses.mousemask(curses.ALL_MOUSE_EVENTS)
end
- -- to filter characters being output to the screen
- -- this will filter all characters where a chtype or chstr is used
- curses.map_output(true)
-
- -- on WIN32 ALT keys need to be mapped, so to make sure you get the wanted keys,
- -- only makes sense when using keypad(true) and echo(false)
- curses.map_keyboard(true)
-
-- init colors
if (curses.has_colors()) then
curses.start_color()