v0.14.0: sync org files with mouse selection and framebuffer inspection

This commit is contained in:
Hermes
2026-05-11 22:43:49 +00:00
parent edd5a7b8d1
commit 1ba298e705
6 changed files with 171 additions and 9 deletions

View File

@@ -16,7 +16,8 @@
(setf cl-tty.mouse::*selection* (make-selection :text "hello"))
(is (equal "hello" (get-selection))))
;; --- Selection tracking -------------------------------------------------
;; ── Selection tracking ──────────────────────────────────────
(def-test start-selection-initializes-state ()
(start-selection 5 10)
(is-true (selection-active-p))