Move startRunnables to DiffTextWindow

Authored by mreeves on Dec 1 2019, 8:56 PM.

Description

Move startRunnables to DiffTextWindow

Make this function's association with DiffTextWindow more apparent.
s_linesPerRunnable and s_runnables become private static member variables
to limit there scope. They are only used inside DiffTextWindow and don't
need to be in the global namespace or buried in the code at some non-discoverable
location.

Details

Committed
mreevesDec 6 2019, 2:09 PM
Parents
R983:d88e9738f8ca: Use constexpr for s_linesPerRunnable
Branches
Unknown
Tags
Unknown