From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maciej Hrebien Subject: Re: Keyboard and Mouse library Date: Thu, 17 Jul 2003 22:11:21 +0200 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <3F1702E8.87C00F83@wp.pl> References: <200307160303.16120.jko@save-net.com> <200307160746.30936.lx@lxhp.in-berlin.de> <3F16D2B1.129DF50B@wp.pl> Reply-To: m_hrebien@wp.pl Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-assembly@vger.kernel.org linuxassembly@evobsyniva.com wrote: > > > I don't know if i understand you right, but if want to switch off line > > buffering on terminal see man 3 termios routines or do ioctl on stdin. > > TCGETS gets the current termios structure, TCSETS sets. You modify > > c_*flag(s) and here you are. I also think c_lflag&=~ICANON may be > > usefull for you in this case. Is this what you wanted? > > That's it. I knew it was an ioctl, and that it was TCSETS, but I couldn't > find that sturcture anywhere. I just didn't know it was called termios, > and so I didn't know what to look up in man. For sure: Regards, -- Maciej Hrebien