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: Juergen Sauermann
Subject: Re: [Bug-apl] aplwrap: bell & ANSI controls
Date: Mon, 18 Aug 2014 17:43:44 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

it could be a good idea if aplwrap sets the TERM environment variable.
Currently it shows xterm (when started from an xterm) which could make GNU APL
believe that the ANSI escape sequences would work.

/// Jürgen


On 08/18/2014 05:27 PM, Blake McBride wrote:
I like this!  Will it work in aplwrap and terminal?

Thanks.

Blake



On Mon, Aug 18, 2014 at 10:25 AM, Elias Mårtenson <address@hidden> wrote:
I think it's time to create an APL interface to terminfo. I can build that if no one else volunteers.

Regards,
Elias


On 18 August 2014 23:23, 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]