bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] aplwrap: bell & ANSI controls


From: Blake McBride
Subject: Re: [Bug-apl] aplwrap: bell & ANSI controls
Date: Mon, 8 Sep 2014 09:12:26 -0500

This was fixed before but doesn't work anymore.  I use it a lot, and having it work just like GNU APL without APLWRAP is very useful to me.

Thanks.

Blake



On Mon, Aug 18, 2014 at 10:23 AM, Blake McBride <address@hidden> wrote:
Greetings,

Some of my error handling code uses the bell (⎕AV[⎕IO+7]), and my editor uses some ANSI positioning sequences. I think all I use is clear and go to top of screen as follows:

    ∇
[0]   E∆Clear
[1]   ⍞←(⎕UCS 27),'[2J'
[2]   ⍞←(⎕UCS 27),'[1;1H'
    ∇

Anyway to get that working?

Thanks.

Blake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]