Re: EXU puts ?
- Posted by Asif Masood Baloch <cyberego at QTA.PAKNET.COM.PK> Aug 31, 2000
- 465 views
> In linux it possible to have more than one terminal window > > open at once. If you use the PUTS() how do you know which terminal > > window is going to receive the output. Is there a way to get the > > fn number for a specific terminal window ? > > Thanks in advance > Bernie Well Bernie, In linux there are terminals as tty1 to ttyn (where n= digit as 1,2,3,etc) But you must first declare the socket from /dev/ttyn (n=number) Try puts(tty2, "Text") I hope this works because I dont use EU on linux anymore. Thanks -Asif