| 7243 | return _ViewOutput( VIEW_PAGE_1, VF_TEXT | VF_80COL ); |
| 7244 | } |
| 7245 | Update_t CmdViewOutput_Text82 (int nArgs) |
| 7246 | { |
| 7247 | return _ViewOutput( VIEW_PAGE_2, VF_TEXT | VF_80COL ); |
| 7248 | } |
| 7249 | // Lo-Res |
| 7250 | Update_t CmdViewOutput_GRX (int nArgs) |
| 7251 | { |
nothing calls this directly
no test coverage detected