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 StatesPosts: 72 |
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: 4069 |
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: AustraliaPosts: 3 |
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: 2200 |
Further info on Screen is in the new manual p8. |
||||
Mark Regular Member Joined: 26/11/2022 Location: United StatesPosts: 72 |
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 |