2015-02-05 13:18:43 +, Debarshi Ray:
> Hey,
>
> I work on gnome-terminal. I am trying to add support for notifying the
> user when a long-running command finishes in an inactive tab or
> window. I am currently emitting a custom escape sequence [1] from
> PROMPT_COMMAND, with the command parse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/21/15 2:22 PM, Eric Blake wrote:
> ping - any feedback, positive or negative?
I haven't looked at it yet, but the idea seems reasonable. It's the next
thing to look at after the redisplay/MB_CUR_MAX/wcwidth investigation.
Chet
- --
``The lyf
Hey,
Any further comments / questions / progress regarding this? Can I help
in some way?
Thanks,
Debarshi
pgpeO2RToXVkn.pgp
Description: PGP signature
On Wed, May 20, 2015 at 4:12 AM, Chet Ramey wrote:
> On 5/19/15 1:42 AM, Pierre Gaston wrote:
>
> > The question really is (I discussed this with him on IRC) why can you do:
> >
> > $ cat <(read var > blah
> > blah
> >
> > but not:
> >
> > $ cat < <(read var > bash: read: read error: 0: Input/o