diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
| commit | 8c490a36b0eeefea117b6b5397d17b832d64b549 (patch) | |
| tree | 576ca2890714ba0aff9ce46fa51c6d9c6eaaeba4 /lib/libforms/examples/example.c | |
| parent | 463e33c94b9b59ed7def0ead63c73742e4e1dd09 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/examples/example.c')
| -rw-r--r-- | lib/libforms/examples/example.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libforms/examples/example.c b/lib/libforms/examples/example.c index 120dc204c3df..120fdb14efd5 100644 --- a/lib/libforms/examples/example.c +++ b/lib/libforms/examples/example.c @@ -49,6 +49,7 @@ main() } keypad(example.window, TRUE); + print_status("This is the status line"); while (!(res = update_form(&example))); wclear(example.window); |
