From ee8cff2b41ebee97c2e091f883a01246d4a5decc Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 13 Jan 2026 00:50:38 +0300 Subject: Enha: enable mouse switch --- docs/config.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/config.md b/docs/config.md index f1cac5b..e1f7c90 100644 --- a/docs/config.md +++ b/docs/config.md @@ -145,6 +145,9 @@ This document explains how to set up and configure the application using the `co #### FilePickerExts (`"png,jpg,jpeg,gif,webp"`) - Comma-separated list of allowed file extensions for the file picker. +#### EnableMouse (`false`) +- Enable or disable mouse support in the UI. When set to `true`, allows clicking buttons and interacting with UI elements using the mouse, but prevents the terminal from handling mouse events normally (such as selecting and copying text). When set to `false`, enables default terminal behavior allowing you to select and copy text, but disables mouse interaction with UI elements. + ### Additional Features Those could be switched in program, but also bould be setup in config. -- cgit v1.2.3