From owner-freebsd-bugs Mon Jun 11 15:40:25 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 375B537B412 for ; Mon, 11 Jun 2001 15:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5BMe8f47020; Mon, 11 Jun 2001 15:40:08 -0700 (PDT) (envelope-from gnats) Date: Mon, 11 Jun 2001 15:40:08 -0700 (PDT) Message-Id: <200106112240.f5BMe8f47020@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Michael Tokarev Subject: Re: bin/27972: talk feature Reply-To: Michael Tokarev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/27972; it has been noted by GNATS. From: Michael Tokarev To: sebster@sebster.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/27972: talk feature Date: Tue, 12 Jun 2001 02:35:54 +0400 sebster@sebster.com wrote: > [] > >Description: > Using the talk utility it is possible to communicate to other users, however > if they have something to say that is longer than your buffer you lose the > information without any way to check what was said. > >How-To-Repeat: > Say a lot to somebody in a talk window in a short amount of time. > >Fix: > A very simple fix which would make talk about 1000 times more convenient > (IMHO) would be to flip the windows: put "me" in the bottom, and "him" in > the top window. That way, whether you are on the console or in an xterm, > you can scroll back to see what the other person said. Please take a look to e.g. talk in linux's netkit package. Talk there has "slightly" different feature that is "the right thing(TM)" to do IMHO: it can scroll both half-windows of its own, using ^P and ^N for other window and M-P and M-N for my window. Don't know how many lines it remembers, maybe even all conversation... I also saw a version of talk that displays tiny scrollbars (all in textmode) and allows to click to it with a mouse. BTW, I don't know how to properly respond to such messages and gnats... ;) Regards, Michael. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message