===========================================================================
| 7811 | |
| 7812 | //=========================================================================== |
| 7813 | Update_t CmdWindowViewOutput (int nArgs) |
| 7814 | { |
| 7815 | GetFrame().VideoRedrawScreen(); |
| 7816 | |
| 7817 | DebugVideoMode::Instance().Set( GetVideo().GetVideoMode() ); |
| 7818 | |
| 7819 | return UPDATE_NOTHING; // intentional |
| 7820 | } |
| 7821 | |
| 7822 | //=========================================================================== |
| 7823 | Update_t CmdWindowViewSource (int nArgs) |
nothing calls this directly
no test coverage detected