From 6a03a7b70852268d983677bd2b81e4ad39a803c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20De=20N=C3=A1poli?= Date: Fri, 7 Jun 2024 11:33:01 -0300 Subject: [PATCH] Update features.md : document that theres is a plugin for an integrated terminal The page used to say that this feature is hard to implement, but it is actually already implemented in a plug-in! --- locales/en/about/features.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/locales/en/about/features.md b/locales/en/about/features.md index 3f86e07..891fa6e 100644 --- a/locales/en/about/features.md +++ b/locales/en/about/features.md @@ -49,6 +49,4 @@ Lite XL has no intention to link to any widget toolkits (Qt and GTK) which are r An alternative approach is to create our own IPC mechanism, but that's [reinventing](https://en.wikipedia.org/wiki/D-Bus) [the](https://en.wikipedia.org/wiki/Inter-Client_Communication_Conventions_Manual) [wheel](https://github.com/swaywm/wlroots). ## Integrated terminal -A terminal is complex to implement. -There are projects that _can_ be ported to Lua, such as [xterm.js](https://xtermjs.org/). -If someone is interested, they can do so. +There is a [plug-in providing an integrated terminal for lite-xl](https://github.com/pdenapo/lite-xl.github.io/tree/document-plugin-terminal).