|
#1
| |||
| |||
| Does anyone know how to create a new window in the Terminal.app using a unix command line instruction? Obviously, Cmd-N creates one, but say I want to spawn a new shell process (inheriting current shell properties) with a new window in Terminal.app? One can use 'xterm &' if you have an XWindows manager going e.g. Exodus.... but in Terminal.app?? Thanks, Rick rickg@mac.com |
|
#2
| |||
| |||
| well you could start a new Terminal process. from the shell, start /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal the problem, is now you have 2 terminal.app 's running. each window in terminal is NOT a new process as with xterm. its a new thread. so the only way to start a new window is using the cmd N. now if i could only find a way to get backspace to be a ^h instead of ^? ... spike |
|
#3
| |||
| |||
| Try this: stty erase '^h' |
|
#4
| |||
| |||
| stty erase ^h does NOT change the terminal app. it changes the shell to read a ctrl-h as an erase. which is NOT what terminal sends when i hit backspace. |
|
#5
| |||
| |||
| I think you're looking for the equivalent of the "xmodmap" command in UNIX.... |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FAQ] - Setting the UNIX shell prompt | michaelsanford | HOWTO & FAQs | 4 | March 27th, 2003 02:25 PM |
| [HOWTO] - Show Unix path in Finder window or Terminal Window? | Iolaire | HOWTO & FAQs | 13 | February 21st, 2003 03:33 AM |
| Unix X11 window forwarding.... | Da_iMac_Daddy | Unix & X11 | 2 | December 16th, 2002 04:16 PM |
| OS-X enhancement: window focus, no raise | gweber | Opinions, & Open Letters | 1 | November 4th, 2002 08:58 AM |
| is osx a true unix system | Click | Mac OS X System & Mac Software | 115 | May 6th, 2002 02:43 AM |