Removes a pane from a split source window.
hide file_extension
Use the hide command to remove one of the panes in a split source window. The pane that is removed contains the code specified by the file extension you supply as the argument to the command.
Use the show command to create a split source window.
The hide command is not meaningful in commands-only Prism.
To remove the pane containing the assembly code for the loaded program, issue this command:
hide .s
To remove the pane containing Fortran 77 source code, issue this command:
hide .f