提交 17cc7906 编写于 作者: S Shanqing Cai 提交者: TensorFlower Gardener

tfdbg CLI: in key mapping, replace some int key codes with available curses constants

Change: 150648734
上级 95cdab3c
......@@ -220,8 +220,8 @@ class CursesUI(base_ui.BaseUI):
CLI_CR_KEYS = [ord("\n"), ord("\r"), 343]
_KEY_MAP = {
127: 263, # Backspace
330: 4, # Delete
127: curses.KEY_BACKSPACE, # Backspace
curses.KEY_DC: 4, # Delete
}
_FOREGROUND_COLORS = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册