]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/run.cpp
io.streams.256color: faster by caching styles
[factor.git] / vm / run.cpp
index 22dd77f5a80da1f2ab37470d91bd418b715020ad..7d9ead8a72c073b8a8df61cb57b443c01df37794 100644 (file)
@@ -5,7 +5,7 @@ namespace factor {
 void factor_vm::primitive_exit() { exit((int)to_fixnum(ctx->pop())); }
 
 void exit(int status) {
-  factor_vm::close_console();
+  close_console();
   ::exit(status);
 }