Hi!
I know that you can wordwrap mud out put by editing comm.c by placing:
txt = wordwrap( txt, 78)
after if (to->desc)
and of course prototyping it:
char *wordwrap( char *txt, sh_int wrap )
But Im curious to know if there is a way to format do_say to indent after the wordwrap so that it looks like this:
Thoughts?
Even if it looked more like:
It wouldnt be so bad.
Thoughts?
I know that you can wordwrap mud out put by editing comm.c by placing:
txt = wordwrap( txt, 78)
after if (to->desc)
and of course prototyping it:
char *wordwrap( char *txt, sh_int wrap )
But Im curious to know if there is a way to format do_say to indent after the wordwrap so that it looks like this:
Frobozz says, "Hi. I've been working on this for a really
long time and I think Im going to jump out
of my window now"
Thoughts?
Even if it looked more like:
Frobozz says, "Hi. I've been working on this for a
really long time and I think Im going to jump out
of my window now"
It wouldnt be so bad.
Thoughts?