zsh-workers
 help / color / mirror / code / Atom feed
From: Carl Edman <cedman@Princeton.EDU>
To: zsh-workers@math.gatech.edu
Cc: Scott Hess <scott@nic.gac.edu>
Subject: Re: TCCLEAREOD in zle_refresh.c/refresh()
Date: Wed,  7 Feb 96 21:39:26 -0500	[thread overview]
Message-ID: <199602080239.VAA28095@capitalist.princeton.edu> (raw)

There was no outcry of complaint when I proposed this a couple days ago,  
so I assume nobody objects.  Here is the tiny unified diff patch:

--- zle_refresh.c.orig  Fri Feb  2 11:16:08 1996
+++ zle_refresh.c       Fri Feb  2 11:17:01 1996
@@ -192,8 +192,8 @@
        resetneeded = 0;        /* unset */
        oput_rpmpt = 0;         /* no right-prompt currently on screen */
         if (!clearflag)
-            if (tccan(TCCLEAREOD))
-                tcout(TCCLEAREOD);
+            if (tccan(TCCLEAREOL))
+                tcout(TCCLEAREOL);
             else
                 cleareol = 1;   /* set */
         if (t0 > -1)


Please include it in beta14.

	Carl Edman


             reply	other threads:[~1996-02-08  3:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-02-08  2:39 Carl Edman [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-02-03 17:00 Carl Edman
1996-02-16 14:29 ` Geoff Wing

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=199602080239.VAA28095@capitalist.princeton.edu \
    --to=cedman@princeton.edu \
    --cc=scott@nic.gac.edu \
    --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).