Changeset 269 for Include/basic/prompt.sbp
- Timestamp:
- Jun 2, 2007, 7:08:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic/prompt.sbp
r258 r269 166 166 .x = 0 167 167 ElseIf buf[i2] = &h0a Then 'LF \n 168 _PromptSys_TextLine[.y].Length = Math.Max(_PromptSys_TextLine[.y].Length, .x)168 _PromptSys_TextLine[.y].Length = System.Math.Max(_PromptSys_TextLine[.y].Length, .x) 169 169 .y++ 170 170 Else … … 203 203 End If 204 204 Next 205 _PromptSys_TextLine[.y].Length = Math.Max(_PromptSys_TextLine[.y].Length, .x)205 _PromptSys_TextLine[.y].Length = System.Math.Max(_PromptSys_TextLine[.y].Length, .x) 206 206 207 207 'Draw the text buffer added
Note:
See TracChangeset
for help on using the changeset viewer.