Closed afh closed 2 years ago
When an invalid guess was submitted (e.g. STRUB) and the last character was removed the current remaining guess (i.e. STRU) would be still shown invalid.
STRUB
STRU
This PR redraws the whole word on backspace when the current guess is 5 characters.
Thank you for the review and merging this PR.
When an invalid guess was submitted (e.g.
STRUB
) and the last character was removed the current remaining guess (i.e.STRU
) would be still shown invalid.This PR redraws the whole word on backspace when the current guess is 5 characters.