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

Function _WindowSplit

source/Debugger/Debug.cpp:7512–7516  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

7510
7511//===========================================================================
7512void _WindowSplit ( Window_e eNewBottomWindow )
7513{
7514 g_aWindowConfig[ g_iWindowThis ].bSplit = true;
7515 g_aWindowConfig[ g_iWindowThis ].eBot = eNewBottomWindow;
7516}
7517
7518//===========================================================================
7519void _WindowLast ()

Callers 3

CmdWindowShowCode2Function · 0.85
CmdWindowShowData2Function · 0.85
CmdWindowShowSource2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected