LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   [ncurses] How to duplicate a window and how to handle 'x window' resize? (https://www.linuxquestions.org/questions/programming-9/%5Bncurses%5D-how-to-duplicate-a-window-and-how-to-handle-x-window-resize-909743/)

logme64 10-24-2011 01:26 AM

[ncurses] How to duplicate a window and how to handle 'x window' resize?
 
HI,all
In ncurses, how to duplicate a window to another process?
I know I can use dupwin in same process, but how to duplicate to another process?

And how to hanndle 'x window' resize event?(putty window max,resize...)

thanks.

NevemTeve 10-24-2011 10:43 PM

Could you please explain this inter-process window-duplicating?
Regarding resize: if it doesn't work in putty, then you cannot fix it from your program. Note: It works in dtelnet: in bash: eval $(resize -s 25 80)


All times are GMT -5. The time now is 07:42 AM.