Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 21 Jun 2001 14:38:14 +0300 Message-Id: <200106211138.OAA21443@linux.> From: "Ehud Karni" To: "Ken Collins" Subject: Re: Window position CC: Andrej Borsenkow , cygwin AT cygwin DOT com In-reply-to: <20010619141604.A1108@pinksheets.com> (message from Ken Collins on Tue, 19 Jun 2001 14:16:04 -0400) Organization: Simon & Wiesel Insurance agency Reply-to: ehud AT unix DOT simonwiesel DOT co DOT il References: <5F0021EEA434D511BE7300D0B7B6AB534A8D50 AT MAIL2> <20010619141604 DOT A1108 AT pinksheets DOT com> X-Mailer: Emacs 20.7.1 rmail (send-msg 1.104) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 7bit On Tue, 19 Jun 2001 14:16:04 -0400, Ken Collins wrote: > > One of the features I'm really missing in Cygwin is the ability to > reposition the terminal window (either console or rxvt) using echo, with > something like this: > > echo -n "\033[3;9;17t" > > Is this a feature that's missing in termcaps? It has nothing to do with the termcap or terminfo, since you are echoing directly. Anyway, THERE IS direct addressing capability in both console and rxvt and it is the same string - "\E[;H". Both line and column start from 1. e.g. to position to line 10, column 30 you should do: echo -en "\033[10;30H" BTW. The terminfo capability name is "cup". You can do infocmp (like I did) and see its definition. Ehud. -- Ehud Karni Mivtach - Simon Insurance /"\ Tel: +972-3-6212-757 Fax: +972-3-6292-544 \ / ASCII Ribbon Campaign (USA) Fax and voice mail: 1-815-5509341 X Against HTML Mail Better Safe Than Sorry / \ mailto:ehud AT unix DOT simonwiesel DOT co DOT il http://www.simonwiesel.co.il -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple