| 7265 | return _ViewOutput( VIEW_PAGE_X, VF_DHIRES | VF_80COL ); |
| 7266 | } |
| 7267 | Update_t CmdViewOutput_DGR1 (int nArgs) |
| 7268 | { |
| 7269 | return _ViewOutput( VIEW_PAGE_1, VF_DHIRES | VF_80COL ); |
| 7270 | } |
| 7271 | Update_t CmdViewOutput_DGR2 (int nArgs) |
| 7272 | { |
| 7273 | return _ViewOutput( VIEW_PAGE_2, VF_DHIRES | VF_80COL ); |
nothing calls this directly
no test coverage detected