Next: Input functions, Previous: A word about windows, Up: Curses Tutorial [Contents][Index]
I guess you can’t wait any more to see some action. Back to our odyssey of curses functions. Now that curses is initialized, let’s interact with the world.
There are three primary functions which you can use to output characters and strings to the screen.
addch
: output rendered characters
addstr
: output unrendered strings
addchstr
: output rendered strings
• The addch procedure: | ||
• addstr class of functions: | ||
• A simple addstr example: | ||
• A word of caution: |