libxkbcommon/tools
Peter Hutterer dd3e214003
interactive-evdev: reduce the space allocated for keysyms (#443)
* interactive-evdev: reduce the printed space used for keysyms

In commit 8cca3a7bfb the buffer for the keysym
was extended to accommodate for up to XKB_COMPOSE_MAX_STRING_SIZE bytes. This
caused the printf to expand to the same width for the keysym alone, making the
output less useful. Drop this back down to the same width it was before.
2024-02-08 11:15:22 +01:00
..
check-messages.c Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
compile-compose.c keysyms: Add XKB_KEYSYM_NAME_MAX_SIZE for internal use 2024-01-10 14:18:43 +01:00
compile-keymap.c Fix memory leak in print_keymap 2023-11-06 21:44:41 +01:00
how-to-type.c keysyms: Add XKB_KEYSYM_NAME_MAX_SIZE for internal use 2024-01-10 14:18:43 +01:00
interactive-evdev.c interactive-evdev: align Usage and or in the help output 2024-02-07 11:35:55 +10:00
interactive-wayland.c interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
interactive-x11.c interactive-x11: Add support for Compose 2023-11-06 20:57:13 +01:00
messages.c Prevent recursive includes of keymap components 2023-11-06 22:06:25 +01:00
messages.c.jinja Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
messages.h Add xkb-check-messages tool 2023-09-19 08:49:52 +02:00
registry-list.c Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
tools-common.c interactive-evdev: reduce the space allocated for keysyms (#443) 2024-02-08 11:15:22 +01:00
tools-common.h interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-bash-completion.sh tools: Fix bash completion permissions 2024-01-12 10:55:16 +01:00
xkbcli-compile-compose.1 xkbcli-compose: Simplify locale options 2023-11-19 09:57:24 +01:00
xkbcli-compile-keymap.1 tools: convert man pages from man format to mdoc format 2020-08-31 10:02:47 +03:00
xkbcli-how-to-type.1 Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
xkbcli-interactive-evdev.1 Tools: Improve xkbcli help messages and manual pages 2023-10-05 06:24:02 +02:00
xkbcli-interactive-wayland.1 interactive-wayland: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-interactive-x11.1 interactive-x11: Add support for Compose 2023-11-06 20:57:13 +01:00
xkbcli-list.1 man: mention `xkbcli list` output is meant to be in YAML 1.2 format 2021-11-01 23:56:22 +02:00
xkbcli.1 xkbcli: Promote compose to xkbcli-compile-compose 2023-11-19 09:57:24 +01:00
xkbcli.c xkbcli: Promote compose to xkbcli-compile-compose 2023-11-19 09:57:24 +01:00