You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hey,
Are there any decent Android Forths out there with decent telnet/remote
support? I've tried out using gForth on Android, but when running `telnet`
the control characters (?) used to display the modeline at the bottom end
up ruining the Telnet experience. I've thought about writing a small
telnet client which just filters that modeline out, but I was wondering if
there is a good telnet capable Android Forth for on-device dev.
- meff
Bernd Linsel
unread,
Dec 22, 2021, 4:44:35 PM12/22/21
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
meff <em...@example.com> writes:
>I've tried out using gForth on Android, but when running `telnet`
>the control characters (?) used to display the modeline at the bottom end
>up ruining the Telnet experience.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
On Wed, 22 Dec 2021 21:54:48 GMT, Anton Ertl wrote:
> You can disable the status line with -STATUS
Thank you so much! Is this a word I run?
- meff
Anton Ertl
unread,
Dec 23, 2021, 4:49:58 AM12/23/21
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Yes, you can run it from the command line, or you can put it in
$HOME/.config/gforthrc, and then it will be run on every gforth start
(Sorry, I don't know if Android has a $HOME directory).