terminfo.dev 3.1.1 → 3.1.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/detect.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "terminfo.dev",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Test your terminal's feature support and contribute to terminfo.dev",
5
5
  "keywords": [
6
6
  "ansi",
package/src/detect.ts CHANGED
@@ -37,6 +37,7 @@ const TERM_PROGRAM_MAP: Record<string, string> = {
37
37
  /** Known macOS bundle IDs for version lookup */
38
38
  const BUNDLE_IDS: Record<string, string> = {
39
39
  cmux: "com.cmuxterm.app",
40
+ cursor: "com.todesktop.230313mzl4w4u92",
40
41
  ghostty: "com.mitchellh.ghostty",
41
42
  kitty: "net.kovidgoyal.kitty",
42
43
  iterm2: "com.googlecode.iterm2",