fix identation

This commit is contained in:
Jörg Breitbart
2018-05-02 01:23:46 +02:00
parent c069e94a4c
commit 0f8d22547e
2 changed files with 990 additions and 991 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -192,7 +192,7 @@ export class InputHandler implements IInputHandler {
// FIXME: What do to with missing? Old code just added those to print, but that's wrong
// behavior for most control codes.
// some C1 control codes - should those be enabled by default?
// some C1 control codes - FIXME: should those be enabled by default?
this._parser.setExecuteHandler(C1.IND, () => this.index());
this._parser.setExecuteHandler(C1.NEL, () => this.nextLine());
this._parser.setExecuteHandler(C1.HTS, () => this.tabSet());