]> git.lizzy.rs Git - nothing.git/commitdiff
Removed TODO#1219.
authoraodhneine <11488344+aodhneine@users.noreply.github.com>
Sun, 29 Dec 2019 18:24:34 +0000 (18:24 +0000)
committeraodhneine <11488344+aodhneine@users.noreply.github.com>
Sun, 29 Dec 2019 18:24:34 +0000 (18:24 +0000)
src/ui/edit_field.c

index 8aaa5976e5f7d6a6257c9702775c44da10bf6991..f902b8f7cb91128c815030739f4b1a94531663ff 100644 (file)
@@ -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);