mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
updated some scripts to support the latest changes in 0.77.1 (#416)
This commit is contained in:
parent
2024d52938
commit
00b0039653
3 changed files with 10 additions and 15 deletions
|
@ -15,7 +15,7 @@ seq 0 $height | each { |row|
|
|||
$"(ansi -e '48;2;0;0;')($fgcolor)m(char sp)(ansi -e '0m')"
|
||||
}
|
||||
} | str collect)
|
||||
$"($row_data)(char newline)"
|
||||
print -n $"($row_data)(char newline)"
|
||||
} | str collect
|
||||
|
||||
def iter_inc [incr mult iter] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue