Skip to content

script: utils: Fix backspace on empty input.

Nicolò requested to merge Balzarotti/tsukundere:master into master

Before this patch, pressing backspace on an empty input lead to:

ERROR: In procedure substring:                                                                                                                                                       
Value out of range 0 to 0: -1

Merge request reports