mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-27 00:17:32 +01:00
55b2cbb549
Currently, the HTML line break sequence `<br /><br />` is hardcoded into the dialog box message when showing the content of these file types: ".js", ".script", and ".txt". By default, the function `dialogBoxCreate()` currently assumes that its first parameter is not HTML, but a text string, so whatever is in the string will appear in the dialog box. Use the newline character instead for line break. |
||
---|---|---|
.. | ||
commands | ||
ui | ||
determineAllPossibilitiesForTabCompletion.ts | ||
DirectoryHelpers.ts | ||
DirectoryServerHelpers.ts | ||
HelpText.ts | ||
OutputTypes.tsx | ||
Parser.ts | ||
tabCompletion.ts | ||
Terminal.ts | ||
TerminalEvents.ts |