mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
removed a debug comment
This commit is contained in:
parent
e0061b14a5
commit
257ffc91ec
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ for i in 0..512 {
|
|||
let dx = ($x - $mx)
|
||||
let a = (math eval $"atan2(char lparen)($dy * 2), ($dx)(char rparen) + ($pi)")
|
||||
let c = ((($a / ($pi) * 127) + ($i)) mod 256 | math round)
|
||||
#$"38;2;($c);($c);($c)m*)"
|
||||
$"(ansi -e '38;2;')($c);($c);($c)m*" | autoview
|
||||
}
|
||||
char nl | autoview
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue