rlipython icon indicating copy to clipboard operation
rlipython copied to clipboard

test and provide pt_inputhooks functionality...

Open ivanov opened this issue 8 years ago • 1 comments

In IPython, both shellapp and interactivelshell use IPython.terminal.pt_inputhooks. I bet rlipython doesn't work out of the box with those, though I haven't verified.

Here are the event loops that get integrated as part of pt_inputhooks:

  • [ ] glut.py
  • [ ] gtk.py
  • [ ] gtk3.py
  • [ ] osx.py
  • [ ] pyglet.py
  • [ ] qt.py
  • [ ] tk.py
  • [ ] wx.py

ivanov avatar Apr 24 '17 21:04 ivanov

I suspect we want to pull over the code from https://github.com/ipython/ipython/blob/master/IPython/lib/inputhook.py as readline respects the PyOS_InputHook function. All of those are marked as deprecated in IPython so they may be deleted at some point...

tacaswell avatar Jul 24 '19 20:07 tacaswell