From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] drawterm kprint From: "Russ Cox" Date: Mon, 17 Apr 2006 18:28:00 -0500 In-Reply-To: <15495a630b41b6ac8ceeec1ce5a4314a@9netics.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 394d0964-ead1-11e9-9d60-3106f5b1d025 > but i'm not sure why i can't interrupt cat. deleting the > window keeps the device busy. is this expected? probably the drawterm exportfs does not implement flush. normally it is implemented with postnote, but there is no postnote in drawterm. russ