my Good Approach to Making Prompt-Toolkit Do What I Want is now: 1) add a processor that grabs all the tokens to the end of prompt_toolkits processor list 2) before drawing, dummy out stdout 3) after drawing, get all the tokens my processor grabbed and draw them myself
this is actually not as unreasonable as it sounds, I think