From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24569 invoked from network); 17 May 2000 00:40:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 17 May 2000 00:40:51 -0000 Received: (qmail 2291 invoked by alias); 17 May 2000 00:40:05 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3067 Received: (qmail 2282 invoked from network); 17 May 2000 00:40:02 -0000 Date: Tue, 16 May 2000 19:38:09 -0500 From: Andrei Zmievski To: zsh-users@sunsite.auc.dk Subject: Break and suspend problems Message-ID: <20000516193806.A5873@ispi.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i Hello, I recently upgraded to RedHat 6.2 and that installed zsh 3.0.7. Now I'm having problems with Ctrl-C and Ctrl-Z. If I do tar tvf on a large file for example I can't interrupt with Ctrl-C. Similarly, I can suspend some programs with Ctrl-Z but not others. Here's my stty -a output if it helps: speed 38400 baud; rows 24; columns 165; line = 112; intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = ; eol2 = ; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk brkint ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff -iuclc -ixany imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke Any ideas on what might be wrong? -Andrei