in reply to Re: embedding xterm in perl/tk window
in thread embedding xterm in perl/tk window
xterm -into $someid -e programname
but when the program finishes xterm disapears without leaving time to view what happened.
I tried xterm -into $someid -hold -e programname, but then when I close the container window an xterm process keeps staying running!
I could not figure out a simple way to make it behave in a "Press any key to end" way, without depending on the program executed to do so.
Thank you for the linking help also!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: embedding xterm in perl/tk window
by BrowserUk (Patriarch) on Oct 07, 2007 at 19:24 UTC | |
|
Re^3: embedding xterm in perl/tk window
by graff (Chancellor) on Oct 07, 2007 at 23:22 UTC | |
by diamantis (Beadle) on Oct 08, 2007 at 04:09 UTC | |
by graff (Chancellor) on Oct 08, 2007 at 05:25 UTC | |
by diamantis (Beadle) on Oct 08, 2007 at 06:44 UTC | |
by graff (Chancellor) on Oct 08, 2007 at 13:14 UTC | |
| |
|
Re^3: embedding xterm in perl/tk window
by nikwasi (Initiate) on Mar 02, 2011 at 19:00 UTC |