Man Page: savetty
Operating Environment: opensolaris
Section: 3xcurses
resetty(3XCURSES) X/Open Curses Library Functions resetty(3XCURSES)NAMEresetty, savetty - restore/save terminal modesSYNOPSIScc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int resetty(void); int savetty(void);DESCRIPTIONThe savetty() and resetty() functions save and restore the terminal state, respectively. The savetty() function saves the current state in a buffer; the resetty() function restores the state to that stored in the buffer at the time of the last savetty() call.RETURN VALUESOn success, these functions return OK. Otherwise, they return ERR.ERRORSNone.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+SEE ALSOlibcurses(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 resetty(3XCURSES)
| Related Man Pages |
|---|
| filter(3xcurses) - sunos |
| curscr(3xcurses) - sunos |
| def_prog_mode(3xcurses) - sunos |
| resetty(3xcurses) - sunos |
| cols(3xcurses) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Trying to block signal |
| How to learn UNIX |
| Free Sun Blade 2k, Ultra 2, Ross Hyperstation 30, cards, memory- Baltimore, MD |
| %memused is high |
| Solaris 10 - password complexity not working |