Xref: utzoo comp.unix.aix:5947 comp.windows.x:38035 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!probe From: probe@athena.mit.edu (Richard Basch) Newsgroups: comp.unix.aix,comp.windows.x Subject: Re: problem with xterm on RS6000NN Message-ID: <1991Jun27.070759.28972@athena.mit.edu> Date: 27 Jun 91 07:07:59 GMT References: <1991Jun24.202647.28977@ux1.cso.uiuc.edu> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 12 Using the "reset" command seems to fix the prompt. The real problem is that xterm does not initialize the termio structure. We get around the problem in our environment as we use a custom xlogin, and the console window associated with it has a tty associated with it. The user's session is started in the console tty, and as long as that is initialized, the xterms inherit the tty attributes. Basically, you have to do one of 2 things: 1. Modify xterm to do the proper termio initialization (about 15 lines of code) 2. Spawn xterm from a process associated with an already initialized tty. -Richard