all repos — min @ 6fd42bc697954fe9e4d6bb6e3d317efb44fc42fa

A small but practical concatenative programming language.

Fixed typo.
h3rald h3rald@h3rald.com
Fri, 23 Sep 2016 23:36:01 +0200
commit

6fd42bc697954fe9e4d6bb6e3d317efb44fc42fa

parent

1590a906cc06be9f62c66f3a711d24b9f4dd6e3d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M core/linedit.nimcore/linedit.nim

@@ -17,7 +17,7 @@

proc termSave*(): string = return "" - proc termRestore*(c: string) = + proc termRestore*() = discard else: import osproc