diff options
Diffstat (limited to 'src/repl.cpp')
-rw-r--r-- | src/repl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repl.cpp b/src/repl.cpp index c461526..8fe43f5 100644 --- a/src/repl.cpp +++ b/src/repl.cpp @@ -175,7 +175,7 @@ repl(CEnv& cenv) while (1) { cenv.out << "() "; cenv.out.flush(); - Cursor cursor("(stdin)"); + Cursor cursor("(stdin)", 1, 1); try { if (!readParseType(cenv, cursor, std::cin, exp, ast)) |