From acb37e81224fd313cfbe36b04cad8daa884fa779 Mon Sep 17 00:00:00 2001 From: aodhneine <11488344+aodhneine@users.noreply.github.com> Date: Sun, 29 Dec 2019 18:24:34 +0000 Subject: [PATCH] Removed TODO#1219. --- src/ui/edit_field.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/edit_field.c b/src/ui/edit_field.c index 8aaa5976..f902b8f7 100644 --- a/src/ui/edit_field.c +++ b/src/ui/edit_field.c @@ -281,8 +281,6 @@ static void handle_keydown_alt(Edit_field *edit_field, const SDL_Event *event) kill_word(edit_field); } break; - // TODO(#1219): edit_field should also support more conventional copy/paste/cut keys like Ctrl+C,Ctrl+V,Ctrl+X - // Emacs keybindings support is cool and all, but we also need to be more reflex inclusive. // TODO(#1220): edit_field doesn't support selections for copy/cut operations case SDLK_w: { field_buffer_copy(edit_field); -- 2.44.0