![]() |
Forum Index : Microcontroller and PC projects : Macintosh Terminal Settings for PicoMiteVGA
Author | Message | ||||
Mark Regular Member ![]() Joined: 26/11/2022 Location: United StatesPosts: 85 |
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 KingdomPosts: 4302 |
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 MMBasic for Linux, Game*Mite, CMM2 Welcome Tape, Creaky old text adventures |
||||
gemh Newbie ![]() Joined: 25/12/2024 Location: AustraliaPosts: 4 |
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: AustraliaPosts: 2611 |
Further info on Screen is in the new manual p8. |
||||
Mark Regular Member ![]() Joined: 26/11/2022 Location: United StatesPosts: 85 |
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 |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |