zsh-workers
 help / color / mirror / code / Atom feed
From: awick@barney.bevc.blacksburg.va.us (Andy Wick)
To: zsh-workers@math.gatech.edu
Subject: WATCHFMT bug
Date: Sat, 19 Aug 1995 14:21:16 -0400 (EDT)	[thread overview]
Message-ID: <9508191821.AA03763@bevc.blacksburg.va.us> (raw)

I sent a report about this a while ago and I don't think anyone
responded so I searched for an answer myself.

The problem is bolding and such doesn't work for WATCHFMT anymore.
It broke between beta8 and beta9.  There is a one line fix, but
it probably isn't the "right" fix.

zle_misc.c: line 683
change beta9+: tputs(tcstr[cap], 1, putshout); 
to     beta8-: tputs(tcstr[cap], 1, putraw);  

It would be great if someone could tell me the "real" solution.  Also
wonder why the watch stuff doesn't just use the same code as
print -P or PROMPT.  

Thanks.

Also new bug: ^ by itself crashes zsh.  Simple solution is a null check
in subst, but again thats probably not the "right" solution.

-- 
awick@vt.edu                                    Andy Wick
awick@yertle.fp.trw.com                     Virginia Tech/TRW
It may be that your whole purpose in life is to serve as a warning to others.


             reply	other threads:[~1995-08-19 18:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-08-19 18:21 Andy Wick [this message]
1995-10-10 22:39 Andy Wick
1995-10-10 23:41 ` Richard Coleman

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=9508191821.AA03763@bevc.blacksburg.va.us \
    --to=awick@barney.bevc.blacksburg.va.us \
    --cc=zsh-workers@math.gatech.edu \
    /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).