bitburner-src/src/Terminal
quacksouls 55b2cbb549
UI: cat: proper line breaks when showing .js, .script, or .txt files (#192)
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.
2022-11-04 07:23:33 -04:00
..
commands UI: cat: proper line breaks when showing .js, .script, or .txt files (#192) 2022-11-04 07:23:33 -04:00
ui Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
determineAllPossibilitiesForTabCompletion.ts Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
DirectoryHelpers.ts See description 2022-10-04 06:40:10 -04:00
DirectoryServerHelpers.ts See description 2022-10-04 06:40:10 -04:00
HelpText.ts Rename lots of reference from old to new repo 2022-10-20 03:56:59 +11:00
OutputTypes.tsx Remove more unused interfaces 2022-09-27 15:35:41 -04:00
Parser.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
tabCompletion.ts Fix tons of typos 2022-10-09 01:25:31 -04:00
Terminal.ts Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
TerminalEvents.ts remove ns2 example doing DOM manip 2021-09-20 00:14:30 -04:00