dwb / atom-xterm

Open terminal tabs in Atom. Fork of term3 and all who went before.
Other
9 stars 2 forks source link

Fix ipython prompts: don't focus on input received #9

Open jdanbrown opened 7 years ago

jdanbrown commented 7 years ago

IPython's python-prompt-toolkit asks for a "cursor position report" on every prompt, which looks like input to atom-xterm and causes it to steal focus from other panes. Example:

Here's some rough code pointers in python-prompt-toolkit, for reference:

The fix here is just to not .focus() when input is received. This assumes: