===========================================================================
| 7793 | |
| 7794 | //=========================================================================== |
| 7795 | Update_t CmdWindowViewCode (int nArgs) |
| 7796 | { |
| 7797 | return _CmdWindowViewCommon( WINDOW_CODE ); |
| 7798 | } |
| 7799 | |
| 7800 | //=========================================================================== |
| 7801 | Update_t CmdWindowViewConsole (int nArgs) |
no test coverage detected