Coder Social home page Coder Social logo

Comments (4)

dankamongmen avatar dankamongmen commented on June 10, 2024 1

so this has been a definite consideration for some time. i thought that several terminals generate a sequence to notify the application of this, but maybe that's just something i imagined, or asked for? i'd need to go look.

if there's no sequence generated, ideally such a change would result in a SIGWINCH. upon receipt of a SIGWINCH, we query the screen dimensions, and could theoretically query the back/foreground then, eliminating the need to poll (i'm definitely not adding notcurses-level support for polling). i suppose i could expose the initial queries to the app for it to run in a loop, but i really, really dislike that idea.

let me look around see whether i'm just hallucinating about a sequence sent by the terminal. if i am, i'll consider adding this to SIGWINCH handling, but i'd probably hide it behind a non-default notcurses_init() option. the big problem is that if we're going to blindly query these, we logically ought query the palette as well, which is a big nasty operation (O(n) on the size of the palette).

from notcurses.

zhiayang avatar zhiayang commented on June 10, 2024 1

fwiw i'm using wezterm -- after a quick glance at the code, it doesn't seem like there's any special event being sent to the running program. I'm using window:set_config_overrides to change the colour_scheme via the lua api.

from notcurses.

dankamongmen avatar dankamongmen commented on June 10, 2024 1

the idea of the app polling this really makes me want to vomit. let me look back over my emails; i know i wanted a solution to this problem.

from notcurses.

neurocyte avatar neurocyte commented on June 10, 2024

Is this what you were looking for? https://github.com/contour-terminal/contour/blob/f3c3334aa5c861348c5bbe8ffe572c872eef2e08/docs/vt-extensions/color-palette-update-notifications.md

from notcurses.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.