Cleanup: remove TODO's from console_ops.c

As some of these require discussion (addition of undo/redo for e.g.),
this is better suited to a task #108641.
This commit is contained in:
Campbell Barton
2023-06-06 10:34:39 +10:00
parent bdd189f593
commit 0824ef7e91

View File

@@ -37,18 +37,6 @@
#include "console_intern.h"
/* TODO: Text operations not yet supported for console:
* Mac KM_OSKEY-arrow to beginning/end of line
* Mac KM_OSKEY-backspace to start of line
* Mac KM_OSKEY-delete to end of line
* Text cursor insertion by mouse
* Mouse drag to select does not change text cursor position.
* Shift-ctrl-arrow to select word
* ctrl-x to copy to clipboard and delete.
* ctrl-a to select all
* ctrl-zshift-crtrl-z undo/redo
*/
/* -------------------------------------------------------------------- */
/** \name Utilities
* \{ */