ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: ALT Linux Community <community@lists.altlinux.org>
Subject: Re: [Comm] zsh usability
Date: Sat, 4 Feb 2006 20:53:17 +0300
Message-ID: <20060204175317.GA9109@procyon.home> (raw)
In-Reply-To: <43E1F52F.80000@vzljot.ru>

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

On Thu, Feb 02, 2006 at 03:03:59PM +0300, Vitaly Ostanin wrote:
> При запуске терминала xfterm4/zsh он иногда тормозит, и часть
> набираемой команды выводится перед приглашением, и завершается
> знаком процента на белом фоне (видимо, это означает отсутствие
> символа перевода строки).

Именно так и есть - это действует опция prompt_sp, которая по
умолчанию включена.

Кстати, #8310 (расползающийся промпт в mc+zsh) тоже связано с этим.

> Выглядит примерно так:
> 
> ssh%
> 
>          [vyt@vyt ~ ]$ ssh prg
> 
> Так вот, можно ли отключить появление этих огрызков перед
> приглашением?

В принципе можно сделать setopt noprompt_sp, но в этом случае, если
какая-то программа забыла выдать \n в конце своего вывода, последняя
строка будет потеряна (если включена опция prompt_cr).

Если этот "мусор" мешает только при запуске терминала, можно сделать,
чтобы опция prompt_sp включалась только после ввода первой команды,
добавив в ~/.zshrc:

setopt no_prompt_sp

preexec()
{
    setopt prompt_sp
}

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2006-02-04 17:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-02 12:03 Vitaly Ostanin
2006-02-04 16:52 ` [Comm] Re: xfterm4 usability Michael Shigorin
2006-02-04 17:53 ` Sergey Vlasov [this message]
2006-02-06 14:22   ` [Comm] Re: zsh usability Vitaly Ostanin
2006-02-06 14:56     ` Терешков Евгений
2006-02-06 15:39       ` Vitaly Ostanin
2006-02-06 16:33         ` Терешков Евгений
2006-02-07 10:38           ` [Comm] Re: [JT] " Vitaly Ostanin
2006-02-07 11:14             ` Терешков Евгений
2006-02-06 15:49       ` [Comm] " Sergey Vlasov

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=20060204175317.GA9109@procyon.home \
    --to=vsu@altlinux.ru \
    --cc=community@lists.altlinux.org \
    /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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git