#35 support emoji in tterminal
[fanfix.git] / src / jexer / backend / SwingTerminal.java
index a3825b852548c86bccf45817df32756da5ea729b..65decfa3642688047465d568dfff2a6ccd88126c 100644 (file)
@@ -1828,6 +1828,7 @@ public class SwingTerminal extends LogicalScreen
                 break;
             default:
                 if (!alt && ctrl && !shift) {
+                    // Control character, replace ch with 'A', 'B', etc.
                     ch = KeyEvent.getKeyText(key.getKeyCode()).charAt(0);
                 }
                 // Not a special key, put it together