aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-18 21:47:51 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-18 21:47:51 -0400
commitf81c76a292d5435a67df640fe971f426d5a3558e (patch)
tree91bae94bc4cceccd559c3556246b703f74fc5fab /modules
parent459b16e6f0092b5629ab9896cb673eef303bf71e (diff)
Use "terminal version" instead of "curses" for more consistency.
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 741b3533..61e0356a 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -210,7 +210,7 @@ local M = {}
--
-- †: Some terminals interpret ^Z as suspend; see FAQ for workaround.
--
--- ‡: Ctrl+Enter in Win32 curses.
+-- ‡: Ctrl+Enter in Windows terminal version.
module('textadept.keys')]]
-- Windows and Linux key bindings.