diff options
author | Ariel Don <arieldn@protonmail.com> | 2021-07-15 16:35:45 -0500 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-07-20 03:22:28 +0200 |
commit | 54bf6a7884f0c4a589e0b4d6f1ca96645b77fa5b (patch) | |
tree | f63d97be2f96cb899b130dcca9428d0a1f23c5db /Userland/Libraries/LibCrypt | |
parent | 8230bf89443781c7662e69dbd52457585ef4e7c2 (diff) | |
download | serenity-54bf6a7884f0c4a589e0b4d6f1ca96645b77fa5b.zip |
LibGUI: Add Ctrl-U to insert mode
While under insert mode, Ctrl-U deletes all characters between the first
non-blank character of the line and the cursor.
Implement delete_from_line_start_to_cursor() in TextEditor. Then, call
the method in VimEditingEngine via its pointer to an instance of
TextEditor.
Diffstat (limited to 'Userland/Libraries/LibCrypt')
0 files changed, 0 insertions, 0 deletions