mirror of https://github.com/rivo/tview.git
Clarification on terminal configurations and key binds.
This commit is contained in:
parent
0ded991cb4
commit
356302bdf2
|
@ -91,7 +91,8 @@ type textAreaUndoItem struct {
|
||||||
// # Navigation and Editing
|
// # Navigation and Editing
|
||||||
//
|
//
|
||||||
// A text area is always in editing mode and no other mode exists. The following
|
// 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.
|
// - Left arrow: Move left.
|
||||||
// - Right arrow: Move right.
|
// - Right arrow: Move right.
|
||||||
|
|
Loading…
Reference in New Issue