zephyr/subsys/shell
Jakub Rzeszutko 63696968eb shell: add meta-keys
Added following meta-keys:
Ctrl-B - moves the cursor backward one character
Ctrl-D - deletes the character under the cursor
Ctrl-F - moves the cursor forward one character
Ctrl-K - deletes from the cursor to the end of the line
Alt-F  - moves the cursor forward one word
Alt-B  - moves the cursor backward one word

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
2019-01-14 16:01:48 -05:00
..
modules shell: remove obsolete \r characters 2018-12-17 11:31:22 +01:00
CMakeLists.txt shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
Kconfig shell: remove Console dependencies 2018-12-07 12:11:11 +01:00
Kconfig.backends shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
Kconfig.template.shell_log_queue_size shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
Kconfig.template.shell_log_queue_timeout shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
legacy_shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell.c shell: add meta-keys 2019-01-14 16:01:48 -05:00
shell_cmds.c shell: Changing shell_history_get signature 2018-12-28 17:47:46 -05:00
shell_dummy.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_fprintf.c shell: parsing output LF character 2018-10-10 10:45:28 +02:00
shell_help.c shell: remove obsolete \r characters 2018-12-17 11:31:22 +01:00
shell_help.h shell: creating new module for help functionality 2018-12-05 15:15:44 +01:00
shell_history.c shell: Changing shell_history_get signature 2018-12-28 17:47:46 -05:00
shell_log_backend.c shell: Add dropping of expired messages 2018-12-19 14:37:00 +01:00
shell_ops.c shell: add meta-keys 2019-01-14 16:01:48 -05:00
shell_ops.h shell: add meta-keys 2019-01-14 16:01:48 -05:00
shell_rtt.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_service.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_uart.c shell: Improve handling of log messages 2018-12-19 14:37:00 +01:00
shell_utils.c shell: Make shell_strlen return u16_t 2018-12-28 17:47:46 -05:00
shell_utils.h shell: Make shell_strlen return u16_t 2018-12-28 17:47:46 -05:00
shell_vt100.h shell: add meta-keys 2019-01-14 16:01:48 -05:00
shell_wildcard.c shell: Make shell_strlen return u16_t 2018-12-28 17:47:46 -05:00
shell_wildcard.h shell: Add wildcard support 2018-09-19 09:30:29 -04:00