From ba7b355d9c5a8acffb62a0c4ba518d4b9ea5d637 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 12 Jul 2022 13:01:43 -0400 Subject: [PATCH] Add note about default behaviour of `fancycompleter` --- tractor/_debug.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tractor/_debug.py b/tractor/_debug.py index aec9fcd..f1ed1a1 100644 --- a/tractor/_debug.py +++ b/tractor/_debug.py @@ -697,7 +697,11 @@ def shield_sigint( "Ignoring SIGINT since debug mode is enabled" ) - # maybe redraw/print last REPL output to console + # NOTE: currently (at least on ``fancycompleter`` 0.9.2) + # it lookks to be that the last command that was run (eg. ll) + # will be repeated by default. + + # TODO: maybe redraw/print last REPL output to console # if pdb_obj: # TODO: make this work like sticky mode where if there is output