Add note about default behaviour of `fancycompleter`

signint_saviour
Tyler Goodlet 2022-07-12 13:01:43 -04:00
parent 617d57dc35
commit ba7b355d9c
1 changed files with 5 additions and 1 deletions

View File

@ -697,7 +697,11 @@ def shield_sigint(
"Ignoring SIGINT since debug mode is enabled" "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: # if pdb_obj:
# TODO: make this work like sticky mode where if there is output # TODO: make this work like sticky mode where if there is output