diff options
author | WlodekM <[email protected]> | 2025-01-24 20:07:37 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-01-24 20:07:37 +0200 |
commit | 8d7ab87d7decd2cf3f11004c56104a738dc5dea5 (patch) | |
tree | 06fcf474223a8cb8bea1a3f38e8f864896d7b40f /screen | |
parent | b6e528b65296ee2caacc97706ab287f2a0b46f9b (diff) |
Diffstat (limited to 'screen')
-rw-r--r-- | screen/home.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen/home.ts b/screen/home.ts index 097e0f7..15ba24a 100644 --- a/screen/home.ts +++ b/screen/home.ts @@ -24,7 +24,6 @@ export default { let splitText = this.text.split("\n"); splitText = splitText.map(t => t.replace(new RegExp(`([^]{${termWidth}})`, "g"),"$1\n")); - this.screen.logs.push(JSON.stringify(splitText)) splitText = splitText.join("\n").split("\n") splitText = splitText.slice(-(termHeight - inputValueHeight)); |