v0.14.0: sync org files with mouse selection and framebuffer inspection
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user