8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cdab3 commit 17cc790Copy full SHA for 17cc790
tensorflow/python/debug/cli/curses_ui.py
@@ -220,8 +220,8 @@ class CursesUI(base_ui.BaseUI):
220
CLI_CR_KEYS = [ord("\n"), ord("\r"), 343]
221
222
_KEY_MAP = {
223
- 127: 263, # Backspace
224
- 330: 4, # Delete
+ 127: curses.KEY_BACKSPACE, # Backspace
+ curses.KEY_DC: 4, # Delete
225
}
226
227
_FOREGROUND_COLORS = {
0 commit comments