|
From: | Po Lu |
Subject: | Re: Allowing point to be outside the window? |
Date: | Sun, 05 Dec 2021 08:46:52 +0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux) |
Eli Zaretskii <eliz@gnu.org> writes: > But you could perhaps avoid a separate flag if you'd set > w->cursor.vpos to a negative value when the cursor is outside of the > window. Actually, it now seems that cursor_visible_p is currently totally redundant: cursor.vpos is already -1 when the cursor is supposed to be invisible. Can that value be relied on?
[Prev in Thread] | Current Thread | [Next in Thread] |