Menu

refresh()

Help
Merthsoft
2007-02-23
2013-04-25
  • Merthsoft

    Merthsoft - 2007-02-23

    In a program I'm making now with pdcurses it refreshes the screen whenever I call a certain function, but I never call refresh(), is there a way to disable this automatic refresh()?

     
    • William McBrine

      William McBrine - 2007-02-23

      refresh() is called implicitly by getch(). There's no way to disable that.

      But perhaps if you were more specific about what you're trying to do, I could help you find a way around this?

       

Log in to post a comment.