]> git.eshelyaron.com Git - emacs.git/commit
Introduce an option which controls touch screen hscroll
authorPo Lu <luangruo@yahoo.com>
Tue, 24 Oct 2023 13:12:32 +0000 (21:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 24 Oct 2023 13:12:32 +0000 (21:12 +0800)
commit4bf6f8d99765851e46f58488bae75c19bcc6c797
treeb6e1d73fb4cab190b52f8886c171be7f37a537ec
parent408c904d6602cf269c128a5b5e7b9d0e0b4f7d69
Introduce an option which controls touch screen hscroll

* doc/emacs/input.texi (Touchscreens): Document this new
function and revise this node for clarity and pithiness.

* lisp/touch-screen.el (touch-screen): New custom group.
(touch-screen-display-keyboard, touch-screen-delay)
(touch-screen-precision-scroll, touch-screen-word-select)
(touch-screen-extend-selection, touch-screen-preview-select):
Move such options to that group.
(touch-screen-enable-hscroll): New user option.
(touch-screen-handle-scroll): If it is disabled, maintain the
hscroll accumulators but refrain from scrolling the window.
doc/emacs/input.texi
lisp/touch-screen.el