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

x-screen deprecated #2601

Closed
rightaway opened this issue Jan 13, 2018 · 6 comments
Closed

x-screen deprecated #2601

rightaway opened this issue Jan 13, 2018 · 6 comments
Labels
❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this)

Comments

@rightaway
Copy link

I'm on the latest canary version and x-screen is deprecated. What is the replacement I can use in termCss?

@insanityfarm
Copy link

I'm also looking for a way to style the terminal. Can't find any elements to select in the developer tools. Looks like everything's being rendered in the canvas now? Is there at least an API? If not, that's a pretty big cosmetic downgrade.

@albinekb
Copy link
Contributor

Yes, we have upgraded to xterm v3 in 2.0.0-canary.9+, it's an huge improvement in both compatibility and performance. At the moment there are no official way to change/hook in to the rendering, but it will come. I'm sorry your modifications no longer work but this was a necessary change to get better performance and lower memory usage.

@albinekb albinekb added the ❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this) label Jan 23, 2018
@justUmen
Copy link

Oh no. I was back on Hyper thanks to #2571 , and now my custom CSS doesn't work. Damn...
Keep it up, i will be back again i guess !

@chabou
Copy link
Contributor

chabou commented Feb 24, 2018

Please give us some feedback about what you need to style.
What was your termCss?

@timothyis
Copy link
Contributor

Closing due to inactivity

@Mansour-J
Copy link

Mansour-J commented Aug 25, 2018

I have the same issue, (Hyper 2.0.0 (stable))

    // custom css to embed in the terminal window
    termCSS: `
        x-screen x-row {
            font-variant-ligatures: initial;
        }
    `,

screen shot 2018-08-25 at 10 50 57 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❔ Type: Question Issue is a question relating to Hyper (please use zeit.chat or https://spectrum.chat/hyper for this)
Projects
None yet
Development

No branches or pull requests

7 participants