zsh-workers
 help / color / mirror / code / Atom feed
* Running 5.0.2 in an emacs buffer
@ 2013-08-28 16:36 Bart Schaefer
  0 siblings, 0 replies; only message in thread
From: Bart Schaefer @ 2013-08-28 16:36 UTC (permalink / raw)
  To: zsh-workers

I guess this is actually an old bug, but I've never run zsh inside emacs
with zsh debugging compiled in.

Src/utils.c:1590: BUG: Impossible TIOCGWINSZ rows
Src/utils.c:1614: BUG: Impossible TIOCGWINSZ cols

This happens periodically, which means zsh is for some reason getting
WINCH signals.  Which is useless, because ...

Turns out that however it is emacs manages its pty, ioctl(TIOCGWINSZ)
returns 0 lines and columns.  Zsh therefore defaults them to 24 and 80
unless they've been asserted as something else in the termcap/terminfo.

I'm not sure what the right thing to do would be, or if there are any
emacs experts left on this list to suggest something.


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

only message in thread, other threads:[~2013-08-28 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-28 16:36 Running 5.0.2 in an emacs buffer Bart Schaefer

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