nuta / nsh

A command-line shell like fish, but POSIX compatible.
906 stars 34 forks source link

Fix remove_until_word_start in case the only remaining character left is a whitespace character and the cursor is already on 0th position #25

Closed svekko closed 2 years ago

svekko commented 2 years ago

Fixes remove_until_word_start in case the only remaining character(s) left is a whitespace character and the cursor is already on 0th position

nuta commented 2 years ago

Thanks!