Next: A word about windows, Previous: The Gory Details, Up: Curses Tutorial [Contents][Index]
We now know that to initialize curses the function initscr
has
to be called. There are functions which can be called after this
initialization to customize our curses session. We may ask the curses
system to set the terminal in raw mode or initialize color or
initialize the mouse, etc. Let’s discuss some of the functions that
are normally called immediately after initscr
.
• Initialization Functions: | ||
• An example: |