#35 editor wip
[fanfix.git] / src / jexer / TEditorWidget.java
index f65ba6b5823b4d1592288488b3e0f1aba4c036b6..32263de5dab555ad1e829310c815696d66f37fc3 100644 (file)
@@ -265,6 +265,7 @@ public class TEditorWidget extends TWidget {
             && !keypress.getKey().isCtrl()
         ) {
             // Plain old keystroke, process it
+            // TODO: fix document to use ints, not chars
             document.addChar(keypress.getKey().getChar());
             alignCursor();
         } else {