Code Monkey home page Code Monkey logo

Comments (5)

jarun avatar jarun commented on July 18, 2024

I could get around the first problem by restoring the default signal handler before spawning termsaver. Can you handle the second issue?

from termsaver.

brunobraga avatar brunobraga commented on July 18, 2024

The clearing of the screen was a default behavior to "start the terminal over"... I can see 2 easy way outs here (both require coding though):

  1. add an option to avoid clearing the terminal on exit (this might leave the dirt from the screensaver work though, I think this is less elegant)
  2. Add hooks to termsaver, to allow you to extend how you want it to start/finish (eg. call another script, etc), then it's your choice on what you want to do with it.

Any interest in contributing to the code? Otherwise I will add this to the bucket list :-)

from termsaver.

jarun avatar jarun commented on July 18, 2024

I think it would be great to use an alternative like curses, so that there are no incremental prints and user is in his context when he quits. For the time being I chose vlock which keeps the screen clean.

Any interest in contributing to the code? Otherwise I will add this to the bucket list :-)

I would be glad to do so but am on a constant time crunch myself due to around 7 live projects.

from termsaver.

brunobraga avatar brunobraga commented on July 18, 2024

yeah, curses is very good, I just wanted to keep it simple with stdout, which worked just fine but no doubt floods the terminal screen... Switching to curses is a bit of redesign, but something to consider depending on the screensaver (I actually haven't seen much need for it, apart from making Matrix flow downward instead of upward, lol).

Thanks anyway. Will leave this open and when I can work on it, will add the hooks functionality, might help others in doing more stuff with this as well.

from termsaver.

jarun avatar jarun commented on July 18, 2024

And I almost missed it, nnn uses ncurses too. Though it's in C you may be able to take some cues from the initcurses() and existcurses() functions.

from termsaver.

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.