Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Saving physical Zle buffers to snapshot escape codes
- X-seq: zsh-users 23655
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Saving physical Zle buffers to snapshot escape codes
- Date: Wed, 19 Sep 2018 07:24:51 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rDIdH14w9HEQmuOBMG30obs1150cBvJGzjFX2Ico1gs=; b=W+oVN3SjuzcRu1A6ICV/6Pkwifn8a7xYukxlT2yTG5czc2j9wJsBZT+woqjtbE9fjr 5Ac/nkbJt/IYqWhA/Otb/H235C4wsrhrW1ZgiVPC9+PGp+pnehCkgVFtIiPB7573ELAQ QPxzHrc3U46P3paqpE1yLpGp2QJfJDUW4l0Tmk7/+iv0MS4FRbbX2CgY09//uwx9DoVx MfN3TAc6SkS5kSzr/FNUUUlDR4SABEaqmjgQYUaqtZv5UetG4GtMMIYwZlu3SvMgMLUB qvdcRqRFCefxR8hMKSAl2ug98PjjCpPCpG8NwjaJH9wYOYqKEUJd9f+BRWAsMs3SOBHt Eolg==
- In-reply-to: <CAH+w=7Z37j=pM2-q8+K5geug+PMU+qpZ08N3MUdE1gBy7KK=vQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBcLwcLW6G_dRJ2Q7OFV-0sa5+XWNT4=EzGYsN58-Jkhg@mail.gmail.com> <CAH+w=7Z37j=pM2-q8+K5geug+PMU+qpZ08N3MUdE1gBy7KK=vQ@mail.gmail.com>
Wt., 7.08.2018, 14:27 użytkownik Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
napisał:
> Seems to me it would be possible to do this with zpty? I don't think
> there's anyplace internally where the "raw buffer" that you're describing
> is stored in the form that you want here.
>
I'm thinking to approach this. I once stressed zpty a little and it
revealed limit on the output that can accumulate without reading from it
(from the pty allocated, afair). This would be an obstacle, wouldn't it
be, or maybe you see a solution to this? It seems to limit max size of
highlighted block, basically. I now have also hard time seeing
region_higlight being applied to zpty buffer hmm
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author