- Posts: 8
- Thank you received: 0
IAC GA (request)
- Enceladus
- Topic Author
- Offline
- New Member
-
Less
More
7 months 2 weeks ago #8764
by Enceladus
IAC GA (request) was created by Enceladus
Has anyone had any luck implementing a telnet go ahead for their prompt? The client Mudlet basically requires prompts to contain IAC GA at the end or it will hang for a few hundred milliseconds before delivering the prompt. I did a simple fix by tacking on \xFF\xF9 after the > in this line in the make_prompt function in comm.c:
snprintf(prompt, sizeof(prompt), "%s> ", GET_NAME(d->character));
and thought everything looked groovy after, but then discovered that some things without a normal prompt don't function quite right, such as OLC.
Does anyone use Mudlet and have success with implementing IAC GA properly?
snprintf(prompt, sizeof(prompt), "%s> ", GET_NAME(d->character));
and thought everything looked groovy after, but then discovered that some things without a normal prompt don't function quite right, such as OLC.
Does anyone use Mudlet and have success with implementing IAC GA properly?
Please Log in or Create an account to join the conversation.
- Enceladus
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
7 months 1 week ago #8773
by Enceladus
Replied by Enceladus on topic IAC GA (request)
Please login to view the answers
Please Log in or Create an account to join the conversation.
- thomas
-
- Offline
- Administrator
-
Less
More
- Posts: 677
- Thank you received: 129
7 months 1 week ago #8775
by thomas
Replied by thomas on topic IAC GA (request)
Please login to view the answers
Please Log in or Create an account to join the conversation.
- Enceladus
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
7 months 1 week ago #8780
by Enceladus
Replied by Enceladus on topic IAC GA (request)
Please login to view the answers
Please Log in or Create an account to join the conversation.
Time to create page: 0.084 seconds