There is a good chance this could simply be a user error on my part. I am trying to connect to a few different gopher servers:
gopher.navan.dev:70 sdf.org:70 and
gopher.floodgap.com:70
```
```
Just pressing enter after the connection is established, my server responds with an error message (I checked in my logs and that is because it is sending a '\' instead of a blank carriage return which is completely fine).
And when I instead press `/` it gives the correct gophermenu output, so the program is definitely able to connect to the server properly.
Now, my problem is that as soon as I press `/` it sends that to the server instead of waiting until I press the enter key. Is this the intended behavior? Because on GNU telnet I am able to type out `/posts` hit enter and get the correct results.
On the other hand, connecting to
sdf.org and
gopher.floodgap.com, nothing happens when I either press enter, `/` or `\` it doesn't update anything after "Connected to
sdf.org (205.166.94.16) on port 70"