Fix table row generation for non-name unicode input panels

This commit is contained in:
Kovid Goyal
2018-02-13 10:50:06 +05:30
parent 67e0d3723a
commit b0f5d8dfdc
2 changed files with 12 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ MODES = dict(
DECKM=(1, '?'),
DECSCNM=(5, '?'),
DECOM=(6, '?'),
DECAWM=(6, '?'),
DECAWM=(7, '?'),
DECARM=(8, '?'),
DECTCEM=(25, '?'),
MOUSE_BUTTON_TRACKING=(1000, '?'),