<!DOCTYPE File PUBLIC "-//Liam Quin//DTD C API Documentation v1.1//EN" "doc.dtd"><File>
<Entry dir="liblqtext">
<Function File="../../src/liblqtext/system.c">
<Name>LQU_CursesSafeSystem</Name>
<Class>Other/Terminal
<Purpose>
runs the given string as a system command, using system(3);
the terminal modes are restored before and after.
<Restrictions>
This routine should not be used and will be deleted from the next
release; it is only useful for curses-based clients, and should
be provided separately.
</Function>
<Decl>
API void
LQU_CursesSafeystem(string, retvalp)
    char *string;
    int *retvalp;
</Decl>
</Entry>
