" + bcolor[Math.Remainder(line, 2)] + ";" + WQ + ">"
If dispnum Then
cbuf = cbuf + " + CRLF + " "
cbuf = cbuf + "style=" + WQ + "color:" + ncolor + "; float:left; width:3em; padding-right:0.3em; text-align:right; display:block;" + WQ + ">" + line + ". + CRLF + " "
cbuf = cbuf + ">"
EndIf
If display Then
y = y0 + height * (line - 1)
GraphicsWindow.BrushColor = bcolor[Math.Remainder(line, 2)]
GraphicsWindow.FillRectangle(x0, y, _swidth - 4, height)
If dispnum Then
GraphicsWindow.BrushColor = ncolor
GraphicsWindow.DrawText(x, y, Text.Append(line, "."))
column = 5
Else
column = 1
EndIf
EndIf
CBG_GetLine()
len = Text.GetLength(buf)
ptr = 1
Parse_State()
If linetop Then
linetop = "False"
cbuf = cbuf + " "
Else
cbuf = cbuf + ""
EndIf
cbuf = cbuf + "
"