@vshymanskyy I think I am in the right direction in looking for syncing EOL and my own cursor positioning,
But I am not well versed in C++ to both discover the correct point (without insight) wherein I might intercept and and interpret (I am working on that via Google) the outgoing characters from BLYNK_PRINT to the target (i.e. Serial, Serial1, Screen, u8g2, etc).
At this point I would like to simultaneously and internally (via code) monitor the output as well as react to specific characters in said output.
I have found a few files locations in the Blynk Library, based on a simple search of BLYNK_PRINT, but can you, or someone, point me to the correct file, and perhaps correct segment of said file, where the characters are actually passed on?