dotfiles/sbcl/.quicklisp/dists/quicklisp/software/croatoan-20191227-git/src/touch.lisp
2020-02-18 14:21:14 -05:00

13 lines
359 B
Common Lisp

(in-package :de.anvi.croatoan)
(defun touch (window)
"Make the next call to refresh rewrite whe whole window by marking the whole window as changed.
Makes it possible to raise unchanged overlapping windows by refreshing."
(let ((winptr (winptr window)))
(%touchwin winptr)))
;;; TODOs
;; [ ] Return values, errors.
;; [ ] Difference to redrawwin.