Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: print from curses

by Anonymous Monk
on Feb 01, 2017 at 02:44 UTC ( [id://1180734]=note: print w/replies, xml ) Need Help??


in reply to print from curses

grep for a clearscreen/clear/cls in the Curses::UI sourcetree ... maybe in MainLoop or in a destructor somewhere or an END block

http://grep.cpan.me/?q=dist%3ACurses-UI+clear -> https://metacpan.org/source/MDXI/Curses-UI-0.9609/Changes#L662

- Added the -clear_on_exit option to Curses::UI. If this option is set, a Curses::UI application will call "clear" on exit.

Replies are listed 'Best First'.
Re^2: print from curses
by morgon (Priest) on Feb 01, 2017 at 09:12 UTC
    clear_on_exit is documented (I don't know why you grep through the source) and it should be off by default.

    . I have already tried to turn it off explicitly but it does not help with my problem.

    should have mentioned that in my question, Sorry.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1180734]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found