From f81c76a292d5435a67df640fe971f426d5a3558e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 18 Aug 2020 21:47:51 -0400 Subject: Use "terminal version" instead of "curses" for more consistency. --- core/keys.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/keys.lua') diff --git a/core/keys.lua b/core/keys.lua index 16c2053e..ecf98eaa 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -28,9 +28,9 @@ local M = {} -- -- Key sequences are strings built from an ordered combination of modifier keys -- and the key's inserted character. Modifier keys are "Control", "Shift", and --- "Alt" on Windows, Linux, BSD, and in curses. On macOS they are "Control" --- (`^`), "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`). These --- modifiers have the following string representations: +-- "Alt" on Windows, Linux, BSD, and in the terminal version. On macOS they are +-- "Control" (`^`), "Alt/Option" (`⌥`), "Command" (`⌘`), and "Shift" (`⇧`). +-- These modifiers have the following string representations: -- -- Modifier | Linux / Win32 | macOS | Terminal | -- ---------|---------------|-----------|-----------| -- cgit v1.2.3