zsh-workers
 help / color / mirror / code / Atom feed
* [BUG] zsh does not manage output until first 'Enter'
@ 2006-06-17 14:11 Mikhail Gusarov
  0 siblings, 0 replies; only message in thread
From: Mikhail Gusarov @ 2006-06-17 14:11 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 610 bytes --]

Hello,

I've got the problem: when starting zsh in new terminal (reproduced
with aterm, rxvt and xterm) with attached .zshrc it refuses to handle
output to the screen until first 'Enter' is pressed: all this funny
^P^N^R are on the screen, TAB shows as literal tab and so on.

Nevertheless, it *works* properly (after 'Enter' executes expected
command), but just *outputs* garbage.

Seems to be race condition in terminal handling code, as in rare cases
zsh initializes properly, but mostly not.

zsh 4.3.2, X.org 7.0. Reproduced with rxvt 7.7, xterm 210, aterm
1.0.0.

-- 
JID: dottedmag@jabber.dottedmag.net

[-- Attachment #2: .zshrc --]
[-- Type: application/octet-stream, Size: 109 bytes --]

function precmd { print -nP "\033]2;[zsh@%m:%~]%#\007\033]1;[%m:%~]%#\007" }

autoload -U compinit
compinit


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

only message in thread, other threads:[~2006-06-17 14:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-17 14:11 [BUG] zsh does not manage output until first 'Enter' Mikhail Gusarov

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