mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03027
[Bug 1172451] [NEW] Text does not redraw after being replaced
Public bug reported:
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.
** Affects: mudlet
Importance: Undecided
Status: New
--
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