Commit cb192981 authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Fix autocompletion causing TUI to run

On some terminals, the check for
sys.stdin.isatty() was not enough
and [TAB][TAB] action was still
calling run_tui(). Now we check
for env variable that is set inside
the autocompletion script.
parent f724d693
Loading
Loading
Loading