lq-text: LQU_CursesSafeSystem

API void LQU_CursesSafeystem (string, retvalp) char *string; int *retvalp;

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.