Add $fish_handle_reflow to disable winch handler

Overriding event handlers is annoying.
This commit is contained in:
Fabian Homborg
2021-01-12 12:42:52 +01:00
parent 48082daad4
commit e192066e98
2 changed files with 22 additions and 13 deletions

View File

@@ -1249,6 +1249,8 @@ You can change the settings of fish by changing the values of certain variables.
- ``fish_greeting``, the greeting message printed on startup. This is printed by a function of the same name that can be overridden for more complicated changes (see :ref:`funced <cmd-funced>`
- ``fish_handle_reflow``, determines whether fish should try to repaint the commandline when the terminal resizes. In terminals that reflow text this should be disabled. Set it to 1 to enable, anything else to disable.
- ``fish_history``, the current history session name. If set, all subsequent commands within an
interactive fish session will be logged to a separate file identified by the value of the
variable. If unset, or set to ``default``, the default session name "fish" is used. If set to an