forked from goodboy/tractor
Add note about default behaviour of `fancycompleter`
parent
fe4adbf6f0
commit
7f6cace40b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue