From: George Koehler Date: Tue, 31 Oct 2017 01:24:18 +0000 (-0400) Subject: Update comment after commit 9a965ef. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9ff79c53ddce92953374fdc39479498e69860e2a;p=ack.git Update comment after commit 9a965ef. --- diff --git a/lang/m2/libm2/Terminal.mod b/lang/m2/libm2/Terminal.mod index c26a85691..80f8d4136 100644 --- a/lang/m2/libm2/Terminal.mod +++ b/lang/m2/libm2/Terminal.mod @@ -114,6 +114,7 @@ BEGIN unread := FALSE; *) (* dtrg: changed so that instead of opening /dev/tty, fd 0 is always used. *) +(* kernigh: sent output to fd 1 *) tty := "stdio"; fildes := 0; fdout := 1;