Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.
Discussion options

You must be logged in to vote
<html>
    <head>
        <title>Test</title>
        <style>
          plaintext { display:block; size:*; border:1dip solid;}
          plaintext > text.stderr {  background: pink; }
        </style>
        <script type="module">


          import * as sys from '@sys';
          import * as env from '@env';
          import * as sciter from '@sciter';

          const out = document.$("plaintext");

          const EOL = env.PLATFORM == "Windows" ? "\r\n" : "\n";

          var tracert;

          async function pipeReader(pipe, name) {
            try {
              var cline = "";
              reading: while(pipe) {
                var text = await pipe.read(); 
                text =

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GirkovArpa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants