This commit is contained in:
Tobias P.L Wennberg 2025-01-12 14:59:06 +01:00
parent c53b5a80f2
commit fb9007df49

View File

@ -115,6 +115,7 @@ func input_str(env *environment.Env) string {
input = ""
}
}
}
case 127: //packspace
if len(input) > 0 {
input = input[:len(input)-1]