Skip to content

Commit

Permalink
#393 Application scripting runtime (highlighting script runtime output)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Jun 3, 2023
1 parent 60e7e0c commit 0594a25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netxs/desktopio/scripting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ namespace netxs::scripting
{
//if (active)
{
log(data, faux);
log(ansi::fgc(greenlt).add(data).nil(), faux);
//stream.s11n::sync(data);
}
}
Expand All @@ -206,7 +206,7 @@ namespace netxs::scripting
void ondata(view data, T target)
{
//log(prompt::repl, ansi::hi(utf::debase<faux, faux>(data)));
log(data, faux);
log(ansi::fgc(greenlt).add(data).nil(), faux);
}
// repl: Shutdown callback handler.
void onexit(si32 code, view msg = {})
Expand Down

0 comments on commit 0594a25

Please sign in to comment.