diff --git a/term-cursor.el b/term-cursor.el index c3334d3..da9225f 100644 --- a/term-cursor.el +++ b/term-cursor.el @@ -106,7 +106,7 @@ It can sometimes be a `cons' from which we only want the first element (cf `curs (send-string-to-terminal (term-cursor--determine-esc cursor blink)))) -(defun term-cursor--immediate () +(defun term-cursor--immediate (&rest _) "Send an escape code without waiting for `term-cursor-watcher'." (term-cursor--eval cursor-type blink-cursor-mode))