mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
Merge pull request #3524 from urbit/m/unassume-klr
term: don't print styles in non-interactive mode
This commit is contained in:
commit
ba0192f9f1
@ -1198,7 +1198,8 @@ _term_it_show_stub(u3_utty* uty_u,
|
|||||||
u3x_trel(tyl, &dec, &bag, &fog);
|
u3x_trel(tyl, &dec, &bag, &fog);
|
||||||
|
|
||||||
c3_o tyl_o = c3n;
|
c3_o tyl_o = c3n;
|
||||||
if ( (u3_nul != dec) || (u3_nul != bag) || (u3_nul != fog) ) {
|
if ( ( c3n == u3_Host.ops_u.tem ) &&
|
||||||
|
( (u3_nul != dec) || (u3_nul != bag) || (u3_nul != fog) ) ) {
|
||||||
tyl_o = c3y;
|
tyl_o = c3y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user