zsh-workers
 help / color / mirror / code / Atom feed
From: Wayne Davison <wayned@users.sourceforge.net>
To: Danek Duvall <duvall@comfychair.org>
Cc: zsh-workers@sunsite.dk
Subject: Re: promptcr workaround
Date: Tue, 1 Mar 2005 10:50:51 -0800	[thread overview]
Message-ID: <20050301185051.GJ32736@blorf.net> (raw)
In-Reply-To: <20050301182018.GA17604@lorien.comfychair.org>

On Tue, Mar 01, 2005 at 10:20:18AM -0800, Danek Duvall wrote:
> repeat $COLUMNS echoti cuf1 ?

That won't wrap on most terminals, so you'd have to do something like
this:

    repeat $(( $COLUMNS - 2 )) echoti cuf1
    echo -n '  '

However, that puts one or two spaces into the end of the line, so it
may not change the copy behavior that Bart was complaining about (my
terminal program doesn't behave the way Bart's does, so I don't know
if that's any better or not -- probably not).

..wayne..


  reply	other threads:[~2005-03-01 18:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-01  8:17 Karl Chen
2005-03-01 16:41 ` Wayne Davison
2005-03-01 17:06   ` Wayne Davison
2005-03-01 19:50   ` Karl Chen
2005-03-01 17:39 ` Bart Schaefer
2005-03-01 18:20   ` Danek Duvall
2005-03-01 18:50     ` Wayne Davison [this message]
2005-03-02 20:21   ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050301185051.GJ32736@blorf.net \
    --to=wayned@users.sourceforge.net \
    --cc=duvall@comfychair.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).