Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Last active August 29, 2015 14:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ab5tract/28aa420074909a6925ae to your computer and use it in GitHub Desktop.
our %TERM;
for 0..^%*ENV<COLUMNS> X 0..%*ENV<ROWS> -> $x, $y {
say "$x $y";
%TERM<cup>[$x][$y] = qq:x{ tput cup $y $x };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment