From c43cbac181554a50fd3a76d290b71d7b21f33fb7 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 3 Sep 2025 18:08:37 -0700 Subject: [PATCH] Add mouse cursor hiding delay field --- source/3/3.1/3.1.2/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.2/qterminal.rst b/source/3/3.1/3.1.2/qterminal.rst index 1ee011f0..94623bc3 100644 --- a/source/3/3.1/3.1.2/qterminal.rst +++ b/source/3/3.1/3.1.2/qterminal.rst @@ -56,7 +56,7 @@ To have setting for the window for QTerminal use the :guilabel:`Window` tab. To .. image:: qterminal-window.png -The :guilabel:`Behavior` tab changes history, pasting, and different kinds of emulation. To stop bracketed paste mode on pasting multiple lines check the :guilabel:`Forcefully disable bracketed paste mode` checkbox. The :guilabel:`History size (in lines)` lets you save only that many lines of scrollback. The button for :guilabel:`Unlimited history` will save an unlimited amount of scrollback. To change where you are viewing the terminal when you paste change the :guilabel:`Action after paste` menu. To add characters to be included as part of a word when searching for entire words enter in the :guilabel:`Word Selection characters` field. To turn off bracketed paste mode check the :guilabel:`Forcefully disable bracketed paste mode` checkbox. The checkbox for :guilabel:`Confirm multiline paste` brings up a confirmation for pasting multiple lines. The checkbox :guilabel:`Trim trailing newlines in pasted text` checkbox removes excess newlines in pasting text from the end of what you paste. The :guilabel:`Ask for confirmation when closing` pops up a confirmation dialog when you close QTerminal. To Open new tabs to the right of the current tab check the :guilabel:`Open new tab to the right of the active tab` checkbox. To set a command to open your scrollback in another program enter it in :guilabel:`Handle history command`. +The :guilabel:`Behavior` tab changes history, pasting, and different kinds of emulation. To stop bracketed paste mode on pasting multiple lines check the :guilabel:`Forcefully disable bracketed paste mode` checkbox. The :guilabel:`History size (in lines)` lets you save only that many lines of scrollback. The button for :guilabel:`Unlimited history` will save an unlimited amount of scrollback. To change where you are viewing the terminal when you paste change the :guilabel:`Action after paste` menu. To add characters to be included as part of a word when searching for entire words enter in the :guilabel:`Word Selection characters` field. To change the amount of time after switching to the window use the the :guilabel:`Mouse cursor hiding delay` field. To turn off bracketed paste mode check the :guilabel:`Forcefully disable bracketed paste mode` checkbox. The checkbox for :guilabel:`Confirm multiline paste` brings up a confirmation for pasting multiple lines. The checkbox :guilabel:`Trim trailing newlines in pasted text` checkbox removes excess newlines in pasting text from the end of what you paste. The :guilabel:`Ask for confirmation when closing` pops up a confirmation dialog when you close QTerminal. To Open new tabs to the right of the current tab check the :guilabel:`Open new tab to the right of the active tab` checkbox. To set a command to open your scrollback in another program enter it in :guilabel:`Handle history command`. .. image:: qterminal-pref-behavior.png