Here's an even simpler, more direct, patch:
Index: LineInput.cc
===
--- LineInput.cc (revision 1054)
+++ LineInput.cc (working copy)
@@ -966,6 +966,11 @@
const int b0 = fgetc(stdin);
if (b0 =
Hi Chris,
thanks, done in SVN 1060.
/// Jürgen
On 07/30/2018 03:59 PM, Chris Moller
wrote:
Here's an even simpler, more direct, patch:
Index: LineInput.cc
=
Thanks, Jürgen.
And for anyone interested, my editor interface native function is
available at https://github.com/ChrisMoller/edif.git
Basically, what it does is allow users to invoke external editors from
within APL sessions, i.e., while running APL, you can edit functions
using vi, emacs,