[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: question about terminal mode after fork and before exec
From: |
Lucas Gonze |
Subject: |
Re: question about terminal mode after fork and before exec |
Date: |
Fri, 22 Nov 2002 16:37:50 -0500 (EST) |
On Fri, 22 Nov 2002, Thomas Dickey wrote:
> > An example of the output text is:
> > ^MESC[38BESC[1m> execvp: No such file or directory^MESC[m
>
> actually the escape sequences look as if they're coming from your shell
> prompt.
interesting answer. Are you saying that those specific escape codes are
more like prompt escapes than CUI escapes? hm, hm, hm, hm.
My code isn't invoking the shell -- it's calling execvp to launch an
executable that isn't there -- so there would have to be an unexpected
interaction between my program and its parent shell.
....