1
Fork 0
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:
Darren Schroeder 2021-12-06 15:20:38 -06:00 committed by GitHub
parent e0061b14a5
commit 257ffc91ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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