@teaui/core 1.2.1 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -942,7 +942,7 @@ function isAccentChar(char) {
|
|
|
942
942
|
return ACCENTS[char] !== undefined;
|
|
943
943
|
}
|
|
944
944
|
const ACCENTS = {
|
|
945
|
-
'
|
|
945
|
+
'‵': {
|
|
946
946
|
A: 'À',
|
|
947
947
|
E: 'È',
|
|
948
948
|
I: 'Ì',
|
|
@@ -1088,7 +1088,7 @@ const ACCENTS = {
|
|
|
1088
1088
|
},
|
|
1089
1089
|
};
|
|
1090
1090
|
const ACCENT_KEYS = {
|
|
1091
|
-
'M-a': '
|
|
1091
|
+
'M-a': '‵',
|
|
1092
1092
|
'M-c': '¸',
|
|
1093
1093
|
'M-e': '´',
|
|
1094
1094
|
'M-i': 'ˆ',
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"Shawn Chen <meishangchen@gmail.com>",
|
|
7
7
|
"npmjs.com/blessed"
|
|
8
8
|
],
|
|
9
|
-
"version": "1.2.
|
|
9
|
+
"version": "1.2.3",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"preferGlobal": false,
|
|
12
12
|
"repository": {
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
"curses",
|
|
27
27
|
"tui",
|
|
28
28
|
"terminal",
|
|
29
|
+
"text-ui",
|
|
29
30
|
"terminal-ui"
|
|
30
31
|
],
|
|
31
32
|
"tags": [
|
|
@@ -37,12 +38,6 @@
|
|
|
37
38
|
"node": ">= 18.12.0"
|
|
38
39
|
},
|
|
39
40
|
"dependencies": {},
|
|
40
|
-
"optionalDependencies": {
|
|
41
|
-
"blessed": "latest",
|
|
42
|
-
"east-asian-width": "latest",
|
|
43
|
-
"eastasianwidth": "latest",
|
|
44
|
-
"ansi-regex": "latest"
|
|
45
|
-
},
|
|
46
41
|
"devDependencies": {
|
|
47
42
|
"ava": "^6.2.0",
|
|
48
43
|
"tsimp": "^2.0.12",
|