diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-26 05:10:29 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-26 05:10:29 -0400 |
| commit | 41687e3af15f1d7314d9c102375cce2112780233 (patch) | |
| tree | cf1ace671c38871a125b0a7e5ba9a8f2e3f78473 /tests/test-term-tmux-history.el | |
| parent | 3590f970d99acb8e62c81896e75e2046fc1b962f (diff) | |
| download | dotemacs-41687e3af15f1d7314d9c102375cce2112780233.tar.gz dotemacs-41687e3af15f1d7314d9c102375cce2112780233.zip | |
refactor(term): finish ghostel retirement (phase 5)
Remove the dead ghostel app from theme-studio: the GHOSTEL_FACES/SEED data, the registry row, the renderGhostelPreview previewer, and the package_seed test, then regenerate the tool. ansi-color stays since eat inherits it. Rename testutil-ghostel-buffers to testutil-terminal-buffers and drop make-fake-ghostel-buffer; the toggle-filter test now uses the eat fixture, since agents are eat. Fix the comments that still called the agent buffers ghostel (they're eat now) in eat-config and the ai-term and auto-dim test docstrings. I also package-deleted the unused ghostel ELPA package. Full suite green; the remaining ghostel mentions are accurate migration history.
Diffstat (limited to 'tests/test-term-tmux-history.el')
| -rw-r--r-- | tests/test-term-tmux-history.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-term-tmux-history.el b/tests/test-term-tmux-history.el index 08d39e5b..633d7a02 100644 --- a/tests/test-term-tmux-history.el +++ b/tests/test-term-tmux-history.el @@ -22,7 +22,7 @@ (setq load-prefer-newer t) (require 'eat) (require 'eat-config) -(require 'testutil-ghostel-buffers) +(require 'testutil-terminal-buffers) (defmacro test-term-tmux-history--with-tmux-mock (responses &rest body) "Run BODY with `process-file' mocked for tmux RESPONSES. |
