|
||
BOOLEAN redo_one ( void )
|
|
|
Synopsis |
#include "silver.h"
The redo_one function executes the current redo command.
|
|
Return Value |
redo_one returns TRUE if a redo command is available and was successfully executed. It returns FALSE otherwise.
|
|
Remarks |
To tell if there is a redo command available, use is_redo_available. The redo system is nested and can involve more than one operation when redo is executed.
|
|
See Also |
|