===========================================================================
| 7784 | |
| 7785 | //=========================================================================== |
| 7786 | Update_t CmdWindowShowSource2 (int nArgs) |
| 7787 | { |
| 7788 | _WindowSplit( WINDOW_SOURCE ); |
| 7789 | WindowUpdateSizes(); |
| 7790 | |
| 7791 | return UPDATE_CONSOLE_DISPLAY; |
| 7792 | } |
| 7793 | |
| 7794 | //=========================================================================== |
| 7795 | Update_t CmdWindowViewCode (int nArgs) |
nothing calls this directly
no test coverage detected