MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve repl color

+5 -2
+5 -2
src/repl.c
··· 914 914 js_set_filename(js, "[repl]"); 915 915 js_setup_import_meta(js, "[repl]"); 916 916 917 - printf("Welcome to Ant JavaScript v%s\n", ANT_VERSION); 918 - printf("Type \".help\" for more information.\n"); 917 + crprintf( 918 + "Welcome to <red+bold>Ant JavaScript</> v%s\n" 919 + "Type <cyan>.copy [code]</cyan> to copy, <cyan>.help</cyan> for more information.\n", 920 + ANT_VERSION 921 + ); 919 922 920 923 #ifdef _WIN32 921 924 signal(SIGINT, sigint_handler);