in reply to Tk AND curses, alltogether
It will run midnight commander in the Tk window.system("xterm -into $xtId -e /usr/bin/mc &");
If you are trying to mix Tk and Curses code, in the same window, it will be a tough thing to do. Actually it would be easier to define what the curses application is doing, then port it to Tk code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Tk AND curses, alltogether
by alexxx (Novice) on Feb 07, 2006 at 16:46 UTC |