Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occurs every time the window is split for the second time. #8050

Open
1 of 2 tasks
raynerluo opened this issue Nov 10, 2024 · 0 comments
Open
1 of 2 tasks

An error occurs every time the window is split for the second time. #8050

raynerluo opened this issue Nov 10, 2024 · 0 comments

Comments

@raynerluo
Copy link

raynerluo commented Nov 10, 2024

  • Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate

  • Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
  • Is the issue reproducible in vanilla Hyper.app?

Issue


  • Hyper version: undefined "3.4.1"
  • OS ARCH VERSION: win32 x64 10.0.22631
  • Electron: 20.3.6 LANG: undefined
  • SHELL: undefined TERM: undefined
.hyper.js contents
{
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1.1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "\n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    \n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    \n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    \n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    \n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    \n      .term_fit:not(.term_term):not(.term_wrapper):not(.term_active) {\n        opacity: 0.8;\n      }\n      .term_fit.term_active {\n        opacity: 1;\n        transition: opacity 0.06s ease-in-out;\n        will-change: opacity;\n      }\n    ",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
  "shellArgs": [],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false,
  "screenReaderMode": false,
  "preserveCWD": true
}
![PixPin_2024-11-10_12-23-18](https://github.com/user-attachments/assets/1ab86675-d962-4a00-b1ea-b4959ad47f41)
plugins
{
  "plugins": [
    "hypercwd",
    "hyperpower",
    "hyper-pane"
  ],
  "localPlugins": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant