forked from goodboy/tractor
1
0
Fork 0

Add note about default behaviour of `fancycompleter`

sigintsaviour_citesthackin
Tyler Goodlet 2022-07-12 13:01:43 -04:00
parent fe4adbf6f0
commit 7f6cace40b
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"
)
# 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