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

LibLine: Add internal functions to search character forwards & backwards

This commit is contained in:
ronak69 2024-01-29 15:38:58 +00:00 committed by Ali Mohammad Pur
parent ff33f00d16
commit 7833dc0f5a
3 changed files with 67 additions and 0 deletions

View file

@ -110,6 +110,8 @@ struct Configuration {
M(cursor_right_word) \
M(cursor_right_nonspace_word) \
M(enter_search) \
M(search_character_backwards) \
M(search_character_forwards) \
M(erase_character_backwards) \
M(erase_character_forwards) \
M(erase_to_beginning) \