From 356302bdf2de90729754f40ff2ca79e015e3b0f8 Mon Sep 17 00:00:00 2001 From: Oliver <480930+rivo@users.noreply.github.com> Date: Sat, 27 Aug 2022 11:28:26 +0200 Subject: [PATCH] Clarification on terminal configurations and key binds. --- textarea.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textarea.go b/textarea.go index 7c7b930..3b45f3c 100644 --- a/textarea.go +++ b/textarea.go @@ -91,7 +91,8 @@ type textAreaUndoItem struct { // # Navigation and Editing // // A text area is always in editing mode and no other mode exists. The following -// keys can be used to move the cursor: +// keys can be used to move the cursor (subject to what the user's terminal +// supports and how it is configured): // // - Left arrow: Move left. // - Right arrow: Move right.