Improved splash screen.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 20:33:47 +0000
2 files changed,
5 insertions(+),
5 deletions(-)
M
hex.c
→
hex.c
@@ -3918,7 +3918,7 @@ void hex_repl(hex_context_t *ctx)
{ #if defined(__EMSCRIPTEN__) && defined(BROWSER) printf(" _*_ _\n"); - printf(" / \\hex\\* programming language\n"); + printf(" / \\hex\\*\n"); printf(" *\\_/_/_/ v%s - WASM Build\n", HEX_VERSION); printf(" *\n");@@ -3928,7 +3928,7 @@ emscripten_set_main_loop_arg(do_repl, ctx, fps, simulate_infinite_loop);
#else printf(" _*_ _\n"); - printf(" / \\hex\\* programming language\n"); + printf(" / \\hex\\*\n"); printf(" *\\_/_/_/ v%s - Press Ctrl+C to exit.\n", HEX_VERSION); printf(" *\n");@@ -3968,7 +3968,7 @@
void hex_print_help() { printf(" _*_ _\n" - " / \\hex\\* programming language\n" + " / \\hex\\*\n" " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" " * \n", HEX_VERSION);@@ -3989,7 +3989,7 @@
void hex_print_docs(hex_doc_dictionary_t *docs) { printf(" _*_ _\n" - " / \\hex\\* programming language\n" + " / \\hex\\*\n" " *\\_/_/_/ v%s - (c) 2024 Fabio Cevasco\n" " * \n", HEX_VERSION);
M
web/contents/get.html
→
web/contents/get.html
@@ -34,7 +34,7 @@ executable:</p>
<pre> _*_ _ - / \hex\* programming language + / \hex\* *\_/_/_/ v{{release}} - (c) {{year}} Fabio Cevasco *