Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 19:00 03 Jan 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Macintosh Terminal Settings for PicoMiteVGA

Author Message
Mark
Regular Member

Joined: 26/11/2022
Location: United States
Posts: 72
Posted: 04:33pm 30 Dec 2024
Copy link to clipboard 
Print this post

The Macintosh using the screen program running in a terminal window can easily connect to a PicoMite. However, the terminal emulation is not quite right. For example, the BACKSPACE key doesn't seem to work and in the editor, the INSERT key fails to toggle between insert and overwrite. Has someone tweaked the Mac terminal setup and screen program settings to work with MMBasic? If so, can you share your settings?

Thanks,
Mark
 
thwill

Guru

Joined: 16/09/2019
Location: United Kingdom
Posts: 4069
Posted: 04:38pm 30 Dec 2024
Copy link to clipboard 
Print this post

Hi Mark,

Just (educated) guessing here, but I think you will find Ctrl-H will do the PicoMite backspace operation from 'screen' and that this link might help you with configuring 'screen' to remap keys: https://superuser.com/questions/1465908/how-to-configure-screenrc-to-bind-backspace-to-ctrl-h

Best wishes,

Tom
Game*Mite, CMM2 Welcome Tape, Creaky old text adventures
 
gemh
Newbie

Joined: 25/12/2024
Location: Australia
Posts: 3
Posted: 08:07pm 30 Dec 2024
Copy link to clipboard 
Print this post

Hi,

Long time lurker, first time posting - so hello.

Ctrl+H is the correct answer but if you would like to change this to enable the delete key to work as expected on your Mac edit ~/.screenrc and add the line

bindkey "\177" stuff ^H

You will need to fully quit terminal and restart it.

Also just in case people are searching this in the future and have the error "screen $TERM too long - sorry." when trying to connect to their devices the fix is to edit ~/.screenrc with the following

term rxvt-256color
bindkey "\177" stuff ^H

I hope that helps.

Guy
 
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 2200
Posted: 09:26pm 30 Dec 2024
Copy link to clipboard 
Print this post

Further info on Screen is in the new manual p8.
 
Mark
Regular Member

Joined: 26/11/2022
Location: United States
Posts: 72
Posted: 10:31pm 30 Dec 2024
Copy link to clipboard 
Print this post

Thanks for the bindkey "\177" stuff ^H - it works great.

Is there a similar bindkey to get INSERT working. It needs to stuff ^N, but I can't find the code for the INSERT key (I am using a Logitech Keyboard on my Mac.



Mark
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2025