Skip to content

Commit c7996b3

Browse files
committed
Adjust text to match demo length
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 487d651 commit c7996b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

demo.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -904,18 +904,18 @@ void render_raining_logo(DemoContext *ctx)
904904
/* Scroll text rendering with different styles */
905905
void render_scroll_text(DemoContext *ctx)
906906
{
907-
const char *text = " Infix OS <> The Container demo <>"
907+
const char *text = "Infix OS - The Container demo"
908908
" *** Greetings to the demoscene <3"
909-
" *** NETCONF and RESTCONF APIs"
910-
" *** SAY HI TO JACK! :-) "
909+
" *** API first: NETCONF + RESTCONF"
910+
" *** Say Hi to our mascot, Jack! :-)"
911911
" *** YANG is the real HERO tho ..."
912-
" *** Sponsored by Wires in Westeros ***"
913-
" "
914-
;
912+
" *** Sponsored by Wires in Westeros"
913+
" *** From idea to production - we've got you!"
914+
" *** Visit us at https://wires.se"
915+
" *** ";
915916

916-
if (ctx->scroll_style == SCROLL_NONE) {
917+
if (ctx->scroll_style == SCROLL_NONE)
917918
return;
918-
}
919919

920920
int text_len = strlen(text);
921921
float scroll_speed = 180.0;

0 commit comments

Comments
 (0)