]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1743: Haiku: no full-screen support v9.1.1743
authorrymdbar <rymdbar@x20.se>
Mon, 8 Sep 2025 19:42:25 +0000 (15:42 -0400)
committerChristian Brabandt <cb@256bit.org>
Mon, 8 Sep 2025 19:42:25 +0000 (15:42 -0400)
commitcd9d30486ae7583d68d874b5d40d525a24d9a180
tree3c45fca81015adf6e01d561c222cb6cc29348279
parent6d68508e6239930b2ed889a55acd647506ed8dfb
patch 9.1.1743: Haiku: no full-screen support

Problem:  Haiku: no full-screen support
Solution: Add support for toggling full-screen using the keyboard
          (rymdbar)

Makes toggling using keyboard possible. This change does not add any
`:fullscreen` command (Which currently only macVim has).

See https://www.haiku-os.org/docs/userguide/en/keyboard-shortcuts.html
for motivation on key combination used, as well as terminology choice.
With vim being inconsistent (`:help intro` suggests <A> and <M>, while
<Alt> is used at a dozen other places) following Haiku nomenclature
seems most appropriate.

closes: #18235

Signed-off-by: rymdbar <rymdbar@x20.se>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/os_haiku.txt
runtime/doc/version9.txt
runtime/doc/vi_diff.txt
src/gui_haiku.cc
src/version.c