1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

LibLine: Add internal function to erase consecutive spaces under cursor

This commit is contained in:
ronak69 2024-01-13 18:24:12 +00:00 committed by Ali Mohammad Pur
parent 7f2582fca9
commit cb02d52ac9
3 changed files with 19 additions and 0 deletions

View file

@ -127,6 +127,7 @@ struct Configuration {
M(insert_last_erased) \
M(erase_alnum_word_backwards) \
M(erase_alnum_word_forwards) \
M(erase_spaces) \
M(capitalize_word) \
M(lowercase_word) \
M(uppercase_word) \