From 65addb9aa6c5e44048f01d73429090f5ed9dd799 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Jun 2018 18:26:18 -0700 Subject: Cleaning up makefile and REPL colors. --- nomsu.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nomsu.lua') diff --git a/nomsu.lua b/nomsu.lua index bb044b4..de1885f 100644 --- a/nomsu.lua +++ b/nomsu.lua @@ -250,7 +250,14 @@ run = function() os.exit(EXIT_SUCCESS) end if args.interactive then - nomsu:run('say "\\n\\(bright)\\(underscore)Welcome to the Nomsu v\\(Nomsu version) interactive console!\\(reset color)\\n press \'enter\' twice to run a command\\n"') + nomsu:run([[use "core" +use "lib/consolecolor.nom" +say ".." + + \(bright)\(underscore)Welcome to the Nomsu v\(Nomsu version) interactive console!\(reset color) + + press \'enter\' twice to run a command + \("")]]) local ready_to_quit = false nomsu.A_quit = function() ready_to_quit = true -- cgit v1.2.3