zsh-workers
 help / color / mirror / code / Atom feed
* Re:  PATCH: Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2
@ 1998-11-02  9:10 Sven Wischnowsky
  1998-11-02  9:15 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Wischnowsky @ 1998-11-02  9:10 UTC (permalink / raw)
  To: zsh-workers


Peter Stephenson wrote:

> ... [ a patch that changes refresh() to zrefresh() ]
> 

Could it be that you missed two calls to refresh() in zle_misc.c?

Bye
 Sven

*** Src/Zle/zle_misc.c.old	Mon Nov  2 10:07:55 1998
--- Src/Zle/zle_misc.c	Mon Nov  2 10:08:18 1998
***************
*** 621,627 ****
      for (;;) {
  	*ptr = '_';
  	statusll = l + len + 1;
! 	refresh();
  	if (!(cmd = getkeycmd()) || cmd == Th(z_sendbreak)) {
  	    statusline = NULL;
  	    selectkeymap(okeymap, 1);
--- 621,627 ----
      for (;;) {
  	*ptr = '_';
  	statusll = l + len + 1;
! 	zrefresh();
  	if (!(cmd = getkeycmd()) || cmd == Th(z_sendbreak)) {
  	    statusline = NULL;
  	    selectkeymap(okeymap, 1);
***************
*** 633,639 ****
  	    redisplay();
  	} else if(cmd == Th(z_viquotedinsert)) {
  	    *ptr = '^';
! 	    refresh();
  	    c = getkey(0);
  	    if(c == EOF || !c || len == NAMLEN)
  		feep();
--- 633,639 ----
  	    redisplay();
  	} else if(cmd == Th(z_viquotedinsert)) {
  	    *ptr = '^';
! 	    zrefresh();
  	    c = getkey(0);
  	    if(c == EOF || !c || len == NAMLEN)
  		feep();


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <19981031003916.B29500@cs.uni-magdeburg.de>]

end of thread, other threads:[~1998-11-02  9:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-02  9:10 PATCH: Re: Strange behaviour of zsh-3.1.5 on IRIX 6.2 Sven Wischnowsky
1998-11-02  9:15 ` Peter Stephenson
     [not found] <19981031003916.B29500@cs.uni-magdeburg.de>
1998-10-31 15:18 ` Peter Stephenson

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).