aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2022-12-27 14:43:03 +0100
committerbfredl <bjorn.linse@gmail.com>2022-12-31 13:25:26 +0100
commit9fdcbbb4063daa125e420e0ffe9dae6801c264bc (patch)
treeb388481d34e1900dec249e138a8fb39e1457a5a3 /runtime
parent43e8ec92de9e0850e7d202cb7ff9051bc408447e (diff)
downloadrneovim-9fdcbbb4063daa125e420e0ffe9dae6801c264bc.tar.gz
rneovim-9fdcbbb4063daa125e420e0ffe9dae6801c264bc.tar.bz2
rneovim-9fdcbbb4063daa125e420e0ffe9dae6801c264bc.zip
feat(tui): graduate the +tui feature
This was previously disabled due to build issues on windows. Any reasonable platform can now be expected to have the necessary interfaces to build and run the TUI subsystem. Runtime quality issues of using the TUI (on any new platform) are not relevant here. Just run Nvim in an external UI instead of the TUI as always.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index f5ebacdf98..25e753aaed 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -118,6 +118,10 @@ The following changes to existing APIs or features add new behavior.
thread was used). This is not supposed to be a visible change to the user,
but might be the cause of subtle changes of behavior and bugs.
+ Previously, the TUI could be disabled as a build time feature (+tui/-tui),
+ resulting in a nvim binary which only could be run headless or embedded
+ in an external process. As of this version, TUI is always avalibale.
+
==============================================================================
REMOVED FEATURES *news-removed*