zellij/zellij-client/src
noyez c8f3b94fde
fix(converter): YAML => KDL conversion with backslash hotkey. (#1879)
* Fixing YAML => KDL conversion with backslash hotkey.

Previously if the hotkey of backslash was used the yaml => kdl
conversion would create a KDL statement like so: `bind "\" {...}`.
That is incorrect kdl syntax since the backslash escapes the following
quote character. A way to get proper KDL is `bind r"\" {...}`. This
commit changes if the old HotKey is a backslash a properly creates KDL
syntax to address the backslash character.

* rustfmt
2022-11-02 16:39:56 +01:00
..
old_config_converter fix(converter): YAML => KDL conversion with backslash hotkey. (#1879) 2022-11-02 16:39:56 +01:00
unit feat(mouse): allow toggling mouse mode at runtime (#1883) 2022-10-31 17:04:38 +01:00
cli_client.rs feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
command_is_executing.rs Big refactor: separate crates for client, server and utilities 2021-05-16 21:41:56 +05:30
input_handler.rs feat(mouse): allow toggling mouse mode at runtime (#1883) 2022-10-31 17:04:38 +01:00
lib.rs feat(mouse): allow toggling mouse mode at runtime (#1883) 2022-10-31 17:04:38 +01:00
os_input_output.rs feat(mouse): allow toggling mouse mode at runtime (#1883) 2022-10-31 17:04:38 +01:00
stdin_ansi_parser.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00
stdin_handler.rs feat(terminal): sixel support (#1557) 2022-07-08 17:19:42 +02:00