Skip to content

Commit

Permalink
adjust script title height
Browse files Browse the repository at this point in the history
  • Loading branch information
rraumberger committed Oct 26, 2024
1 parent ddce684 commit 1fa4e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,5 +811,5 @@ export function unEscapeArrayArgs(args) {
export function tail(ns) {
ns.tail();
ns.resizeTail(ns.ui.windowSize()[0] * 0.75, ns.ui.windowSize()[1] * 0.25, ns.pid);
ns.moveTail(250, (ns.pid % 10) * 25, ns.pid);
ns.moveTail(250, (ns.pid % 10) * 35, ns.pid);
}

0 comments on commit 1fa4e04

Please sign in to comment.