zsh-workers
 help / color / mirror / code / Atom feed
* Found Bug, also Zle display bug with LONG expansions
       [not found] <960712080348.ZM14569@candle.brasslantern.com>
@ 1996-07-12 16:38 ` Geoff Wing
  0 siblings, 0 replies; only message in thread
From: Geoff Wing @ 1996-07-12 16:38 UTC (permalink / raw)
  To: zsh-list

:On Jul 12,  9:39pm, Geoff Wing wrote:
:} I used to have it so automargin didn't matter but it didn't work on about
:} one out of hundreds of terminal types (some type of xterm, SGI I think(?)).
:Yeah, I can imagine xwsh having problems with this.
:} And it simplified the code by an enormous amount.  However, you can now
:} use COLUMNS to fake/force column width (what a bonus :-)
:"Now"?  If I set COLUMNS to less than the actual width of the window,
:it behaves the same way it did when I turned off automargin.  (I suppose
:it would work if I both narrowed columns and changed the termcap to
:claim automargin was off ....)  Or does "now" mean after you send a
:patch?

Well, it used to work.  (That was quite a while ago)


Back to LONG LINE stuff:
The reason it leaves lines at the top is because of the way it does half
screen scrolls - I'm changing this to be dependant on your BAUD: if you
have a slow link, then you stay with half screen scrolls; if your BAUD
is higher then you get single line scrolls - looks much nicer.

You'll get >.... if there is text before the start of the screen.
You'll get <.... if there is text after the end of the screen (new)

BUGS:
 1. the first bug must be my fault since it's a refresh bug - I will be 
     looking into it (only noticed it checking this other Long line stuff)

 2. when I do "echo **/*<TAB>" (producing lots and lots of args)
    then <RETURN>  I get a core-dump (clean 3.0-pre2) (dies on strlen()
    in taddstr).  If other people can't reproduce I can send more info.

#2  0x48ab8 in taddlist (l=0x8f5a4) at text.c:506
#3  0x487d8 in getsimptext (cmd=0x8f584) at text.c:442
#4  0x47f15 in gettext2 (n=0x8f584) at text.c:203
#5  0x47bbf in getjobtext (n=0x8f584) at text.c:134

(gdb) print *n
$2 = {next = 0x0, last = 0x0, dat = 0x0}

-- 
Mason [G.C.W]  mason@werple.mira.net.au    "Hurt...Agony...Pain...LOVE-IT"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-07-12 16:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <960712080348.ZM14569@candle.brasslantern.com>
1996-07-12 16:38 ` Found Bug, also Zle display bug with LONG expansions Geoff Wing

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