MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdViewOutput_Text81

Function CmdViewOutput_Text81

source/Debugger/Debug.cpp:7241–7244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 );
7244 }
7245 Update_t CmdViewOutput_Text82 (int nArgs)
7246 {
7247 return _ViewOutput( VIEW_PAGE_2, VF_TEXT | VF_80COL );

Callers

nothing calls this directly

Calls 1

_ViewOutputFunction · 0.85

Tested by

no test coverage detected