powerlevel10k/internal
Gogs d7a1f08f9a fix: strip control characters from package.json version/name
prompt_package's own minimal JSON parser already rejects a name/
version value containing a literal newline or backslash, but a raw
control byte (e.g. an ESC-based terminal escape sequence) embedded
directly in the string passed through unfiltered and was written to
the prompt as-is.

Extends the existing check to also strip C0 control characters and
DEL from the extracted value before it's stored.
2026-08-07 20:36:35 +08:00
..
configure.zsh remove MULTIBYTE requirement from the configuration wizard (#2397) 2023-07-29 17:01:40 +02:00
icons.zsh minor cleanup (#2758) 2024-09-17 14:10:20 +02:00
notes.md notes 2020-06-15 17:56:32 +02:00
p10k.zsh fix: strip control characters from package.json version/name 2026-08-07 20:36:35 +08:00
parser.zsh fix(parser.zsh): `_p9k_parse_buffer` docstring typo (#2820) 2025-01-29 05:28:19 -08:00
wizard.zsh Add AlmaLinux icon 2024-09-17 00:47:40 -04:00
worker.zsh survive broken $TMPDIR 2022-01-26 15:03:22 +01:00