aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 21:45:49 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 21:45:49 -0500
commite3720112983e527f91b465828146ae6748c43d44 (patch)
tree81bea1fcf2a89024f5da7323474af8c2989841b2 /tests
parent1c5ccb6bb340b75f11fe52f801818ae2fb542995 (diff)
downloaddotemacs-e3720112983e527f91b465828146ae6748c43d44.tar.gz
dotemacs-e3720112983e527f91b465828146ae6748c43d44.zip
fix(eshell): flatten visual-commands, wire xterm-color correctly
- eshell-visual-commands is a flat string list, but add-to-list pushed the whole list as one element, so lf/ranger/htop/top never opened in a visual terminal. dolist the strings instead. (visual-subcommands/options are alists and were already correct.) - The xterm-color before-prompt hook was registered as eshell-before-prompt-hook, which use-package turned into eshell-before-prompt-hook-hook and never ran. Use the real hook name, and actually install xterm-color-filter into eshell-preoutput-filter-functions (dropping eshell-handle-ansi-color) so color output is interpreted.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions