Disallow parsing color specs as conf files for clone-in-kitty and edit-in-kitty

This commit is contained in:
Kovid Goyal
2026-04-26 10:47:24 +05:30
parent 2ead0de844
commit 5623ce52bb
4 changed files with 15 additions and 10 deletions

View File

@@ -228,7 +228,7 @@ Detailed list of changes
- Password input in kittens: hide the cursor and display a blinking 🔒 at the end of typed characters to make it visually clear the user is entering a password
- edit-in-kitty: Ignore environment variables as some editors execute code present in env vars
- edit-in-kitty: Ignore environment variables as some editors execute code present in env vars. Similarly ignore conf file specifications for colors.
- Command palette :sc:`command_palette`: nicer grouping of aliases and combined actions (:pull:`9819`)