Deletes all windows.
clear();
The clear command deletes all windows in the ChIPS session. This is synonymous with calling delete_window("all"), except no error message is printed if no windows exist.
chips> add_window(); chips> add_window(); chips> clear();
Deletes all the windows created.
See the bugs pages on the ChIPS website for an up-to-date listing of known bugs.