Accidentally disabled tab-complete
This commit is contained in:
parent
35af0423a7
commit
0216b72d65
@ -95,6 +95,8 @@ func input_str(env *environment.Env) string {
|
||||
case 4: // ^D
|
||||
input = "exit"
|
||||
goto loop_exit
|
||||
case 9: // TAB
|
||||
input = AutoComplete(input)
|
||||
case 27: // UPP
|
||||
if r, _, _ := reader.ReadRune(); r != 91 {
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user