OBS...
This commit is contained in:
parent
c53b5a80f2
commit
fb9007df49
@ -115,6 +115,7 @@ func input_str(env *environment.Env) string {
|
||||
input = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
case 127: //packspace
|
||||
if len(input) > 0 {
|
||||
input = input[:len(input)-1]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user