aboutsummaryrefslogtreecommitdiff
path: root/docs/design
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
commitde32ffbe0d501f9dc61bc3a8889df3e207459535 (patch)
treeeed02caa56e839e0974e125f50c0b4fcf66604b8 /docs/design
parent4038cf59f196616d293732525ba2c4d407a2f060 (diff)
downloaddotemacs-de32ffbe0d501f9dc61bc3a8889df3e207459535.tar.gz
dotemacs-de32ffbe0d501f9dc61bc3a8889df3e207459535.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 'docs/design')
0 files changed, 0 insertions, 0 deletions