← Back to team overview

mudlet-makers team mailing list archive

[Bug 1102620] [NEW] decho, hecho do not maintain underline, bold, italics

 

Public bug reported:

decho and hecho do not maintain setUnderline, setBold, or setItalics. For instance,
function showBug()
  setUnderline(true) 
  setItalics(true) 
  setBold(true) 
  hecho("|cFF0000,FFFFFFPlain!")  
  echo(" Still plain") 
  resetFormat()
end

echoes the first bit red on white, no underline, bold, or italics, and
the second bit normal... but again, no underline, bold, or italics.
decho is the same way.

** 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/1102620

Title:
  decho, hecho do not maintain underline, bold, italics

Status in Mudlet the MUD client:
  New

Bug description:
  decho and hecho do not maintain setUnderline, setBold, or setItalics. For instance,
  function showBug()
    setUnderline(true) 
    setItalics(true) 
    setBold(true) 
    hecho("|cFF0000,FFFFFFPlain!")  
    echo(" Still plain") 
    resetFormat()
  end

  echoes the first bit red on white, no underline, bold, or italics, and
  the second bit normal... but again, no underline, bold, or italics.
  decho is the same way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1102620/+subscriptions


Follow ups

References