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:
@@ -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-z,shift-crtrl-z undo/redo
|
||||
*/
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
/** \name Utilities
|
||||
* \{ */
|
||||
|
||||
Reference in New Issue
Block a user