Skip to content

repl: Init session with pt python

Valentin Valls requested to merge app-to-init-session into master

Have to be rebased on top of !6116 (merged)

Closes #4183 (closed)

In order to remove \r from the base code, this PR rework the BLISS session initialization with a TextBlock.

  • Create some hooks to catch session initialization
  • The default behavor use bare print
  • The BlissRepl provides it's own hooks to display the same thing inside prompt toolkit application.

This indirectly allow the user to kill the session setup by CTRL-C.

Edited by Valentin Valls

Merge request reports