mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03029
[Bug 1172451] Re: Text does not redraw after being replaced
It's a variable int, but I've tested it where line number was within the
first dozen lines coming in, up to where line number is the most recent
line as returned from getlines. Numbers between 10-10,000 were normal
for my testing.
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1172451
Title:
Text does not redraw after being replaced
Status in Mudlet the MUD client:
New
Bug description:
After replacing text through the replace function, the new text does not re-draw/appear in the buffer unless one of the following occurs:
Window resize
Clicking the window
Incoming text does NOT force a re-draw. An example of usage is as follows:
moveCursor(0, line_number)
selectCurrentLine()
replace("REDACTED \n")
moveCursorEnd()
The "REDACTED" text will not appear unless the window is resized or
clicked.
This occurs on OSX 10.8, in the most recent version of Mudlet.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1172451/+subscriptions
Follow ups
References