Added custom Posix class that holds the custom character weight table with a public GetCharWeight method to retrieve the weight from the table. Fixed spacing of the ls -l output and slowly working with the binary search in the ls.ts file

This commit is contained in:
2026-02-12 10:24:46 +01:00
parent 05c3dcd5b5
commit aaecba5642
6 changed files with 170 additions and 110 deletions

View File

@@ -8,7 +8,7 @@
<span class=" pointer self-start pr-2">$</span>
<p>{cmd}</p>
</div>
<div style="white-space: nowrap;" class=" relative">
<div style="white-space: pre;" class=" relative">
{#if typeof output === 'string'}
{output}
{:else if output instanceof Element}