Skip to content

Commit

Permalink
Update test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Feb 1, 2025
1 parent 7cc8d1e commit 876512e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/helloucurses/helloucurses.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#include "uCurses.h"
#include "uC_terminfo.h"
Expand All @@ -16,8 +17,9 @@ int main (int argc, char* argv[]) {
uC_cup(5,5);
uC_terminfo_flush();

write(1, "Hello", 5);

uC_console_reset_attrs();
uC_clear();
uC_cup(10, 0);

uCurses_deInit();
Expand Down

0 comments on commit 876512e

Please sign in to comment.