Sending this VIA email off the bug record, just in case it's useless discourse.
I'm not entirely sure what you meant, but I made wrapLine calls after every replace, and it didn't seem to fix the replaced-text-not-drawing issue. Could you give me some more detail as to what you meant? (I'm new to mudlet and lua, my apologies) On Wed, Apr 24, 2013 at 6:49 PM, Vadim Peretokin <[email protected]>wrote: > The issue would be then is that the buffer is modified outside of tbe > trigger context. You'll need to call wrapLine to get the \n interpreted. > > -- > You received this bug notification because you are subscribed to the bug > report. > 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 > -- 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 _______________________________________________ Mailing list: https://launchpad.net/~mudlet-makers Post to : [email protected] Unsubscribe : https://launchpad.net/~mudlet-makers More help : https://help.launchpad.net/ListHelp

