Shop OBEX P1 Docs P2 Docs Learn Events
Catalina - ANSI C and Lua for the Propeller 1 & 2 - Page 24 — Parallax Forums

Catalina - ANSI C and Lua for the Propeller 1 & 2

1181920212224»

Comments

  • RossHRossH Posts: 5,687

    @evanh said:
    Oh, man, forgotten how I got Catalina working on Linux previously ... I suspect I worked from something prebuilt ...

    See the document BUILD.TXT for instructions on building Catalina on both Windows and Linux. Linux is pretty straightforward.

  • RossHRossH Posts: 5,687
    edited 2025-11-25 23:57

    I've just updated my earlier post (here) with a slightly improved version of payload. This new version is also on GitHub, and will be included in the next Catalina release.

    When using payload in 'dumb' mode on Windows, payload now maps the keyboard so that programs see the same input that they would see under a terminal emulator operating in vt100 mode.

    This makes programs such as Catalyst and the vi text editor (which are designed to work with a vt100 terminal emulator) work better under the Windows Console Host and the Windows Terminal app, which interpret some vt100 escape codes, but do not generate vt100 keyboard output.

    There are no changes to 'dumb' mode on Linux, since most Linux terminals already do this.

    Ross.

Sign In or Register to comment.