zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-workers@sunsite.auc.dk
Subject: Re: Patch available for 3.0.6-pre-0
Date: Fri, 23 Apr 1999 22:53:56 -0700	[thread overview]
Message-ID: <990423225356.ZM26290@candle.brasslantern.com> (raw)
In-Reply-To: <199904221543.AAA09973@pop1.ngy.3web.ne.jp>

On Apr 23, 12:07am, Tatsuo Furukawa wrote:
} Subject: Re: Patch available for 3.0.6-pre-0
}
} I think that most of users is NOT affected by this patch.  Because
} NORMAL terminal has RI= entry.  If the terminal has RI= entry, zsh
} will use it.  If it doesn't, zsh will use another method (TAB will be
} used).  So, maybe, I think you will not affect any more.
} 
} But, I am begining to think that it is not interesting to apply
} degrade patch.  So, I wrote a new patch. :-)
} 
} I added the code that zsh supports 'ch=' entry.
} And I found that zle_refresh.c has two similar function.
} (tc_rightcurs() and singmoveto()).  I modified tc_rightcurs().

I'd like at least Geoff's opinion before I commit to doing anything with
this patch.  In particular, emitting the ch capability may require up to
six or seven bytes, where a relative horizontal or vertical move might
require fewer (depending on distance).  I'm not sure just how optimized
this code is supposed to be.  Also, the "if (pos <= vcs / 2)" test may be
optimizing for an absolute move by tc_rightcurs(), and may not be as good
any longer if tc_rightcurs() makes a relative motion.  Geoff's the expert
on what's supposed to be happening in here.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  reply	other threads:[~1999-04-24  6:24 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-21  8:15 Bart Schaefer
1999-04-21  8:47 ` Peter Stephenson
1999-04-21 14:14 ` Tatsuo Furukawa
1999-04-21 16:05   ` Bart Schaefer
1999-04-22 15:07     ` Tatsuo Furukawa
1999-04-24  5:53       ` Bart Schaefer [this message]
1999-04-25  6:57         ` Geoff Wing
1999-04-26 15:22           ` Tatsuo Furukawa
1999-04-27 16:24             ` Bart Schaefer
1999-04-21 23:52 ` Wayne Davison
1999-04-24  4:32   ` Bart Schaefer
1999-04-24  7:12     ` Wayne Davison
1999-04-23 12:48 Sven Wischnowsky
1999-04-23 14:13 Sven Wischnowsky

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=990423225356.ZM26290@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.auc.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).