Skip to content

Commit

Permalink
Added info text
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbin44 committed Aug 21, 2020
1 parent e77557c commit e477d51
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ int init()
textBuf = C2D_TextBufNew(256);

printf("\x1b[14;1HPress A to open keyboard.");
printf("\x1b[16;1HUse '/' to separate morse segments! Example(.--/-.-./---)");
printf("\x1b[12;1HPress Start to exit.");
printf("\x1b[16;1HUse '/' to separate morse segments!");
printf("\x1b[18;1HExample(.--/-.-./---/.--)");

printf("\x1b[27;1HPress Start to exit.");

return 0;
}
Expand Down

0 comments on commit e477d51

Please sign in to comment.