Amended on Sun 03 Jan 2010 01:12 PM (UTC) by Astarte
Message
I've been toying with TextRectangle and found that
it might be enhanced by just sending new TELOPT_NAWS for a change in size
even if you enforce an update by e. g. computing wrap_column manually and use SetOption("wrap_column", newValue), the height will not be computed according to your rectangle which I think is a bug
To amend the latter, I visited
void CMUSHclientDoc::SendWindowSizes (const int iNewWidth)
and replaced
pmyView->GetClientRect (&r);
with
pmyView->GetTextRect (&r);
and tried it out. It seems to work quite nicely. Maybe you can use this in a future release.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.