Text 80
| 7235 | } |
| 7236 | // Text 80 |
| 7237 | Update_t CmdViewOutput_Text8X (int nArgs) |
| 7238 | { |
| 7239 | return _ViewOutput( VIEW_PAGE_X, VF_TEXT | VF_80COL ); |
| 7240 | } |
| 7241 | Update_t CmdViewOutput_Text81 (int nArgs) |
| 7242 | { |
| 7243 | return _ViewOutput( VIEW_PAGE_1, VF_TEXT | VF_80COL ); |
nothing calls this directly
no test coverage detected