[Home]
[Search]
[Contents]
swap.h
- swap_clearkeyboardon, swap_clearkeyboardoff
- swap_freeparagraphs
- swap_freeparagraphson, swap_freeparagraphsoff
- swap_isclearkeyboardon, swap_isfreeparagraphson,
swap_ison, swap_ispipeon,
swap_istempcheckon, swap_istrapcbreakon
swap_iswindowon
- swap_on, swap_off
- swap_pipe
- swap_pipeon, swap_pipeoff
- swap_tempcheckon, swap_tempcheckoff
- swap_trapcbreakon, swap_trapcbreakoff
- swap_window
- swap_windowon, swap_windowoff
swap_clearkeyboardon, swap_clearkeyboardoff
Header
swap.h
Prototype
void swap_clearkeyboardon(void);
void swap_clearkeyboardoff(void);
Description
These functions turn on or off the clear keyboard buffer feature.
When on, the keyboard buffer is cleared before returning from a
spawned process. The default is on. These functions can be nested.
If two calls are made to the off function, two calls must also be made
to the on function in order to reactivate the keyboard feature.
Return Value
None
Compatibility
DOS Large and Compact memory models only.
See Also
swap_on
swap_off
(to turn on/off the swap_functions)