FTXUI/src/ftxui
ArthurSonzogni 01ab335919 Implement key Delete in component > Input.
The BS  key is used to delete the character on the left of the cursor.
The DEL key is used to delete the character on the right of the cursor.

BackSpace was already implemented. This CL implements DEL.

This is related to bug:
https://github.com/ArthurSonzogni/FTXUI/issues/4
2019-07-01 00:40:55 +02:00
..
component Implement key Delete in component > Input. 2019-07-01 00:40:55 +02:00
dom Move the cursor to the input location. 2019-06-29 18:52:58 +02:00
screen Move the cursor to the input location. 2019-06-29 18:52:58 +02:00