On Tue, 5 Feb 2002, Roman Neuhauser wrote:
> blackbox spawns programs (from the root menu) via execl(), while bbkeys
> uses execve() (or vice versa, don't remember). this leads to, on both of
> my machines at least, terminals with different characteristics (see
> below). could you guys agree on a program launching method that will
> allow the terminals to to be the same? TIA.
> 

Unless you're on some system where execl() and execve() are unrelated,
execl() calls execve() to do the work. Therefore, there should be no
difference when the same program is launched by both calls.

Are you sure that they are under the *exact* same configuration? One slight
change could throw it off completely.

--gile
-- 
Can anyone provide a reason to put up with this maddness called UN!X?

Reply via email to