Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 13, 2018 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/7eb4e350fee6a2d9a15602726f19ea03 to your computer and use it in GitHub Desktop.
Save Whateverable/7eb4e350fee6a2d9a15602726f19ea03 to your computer and use it in GitHub Desktop.
greppable6
\$\*TERMINAL
File Code
ab5tract/Terminal-Print
…/attacks.p6 :93:
my $x = $!start-x + $dist * $!dir-x * $*TERMINAL-HEIGHT-RATIO;
ab5tract/Terminal-Print
…/attacks.p6 :347:
my $ratio = $*TERMINAL-HEIGHT-RATIO;
ab5tract/Terminal-Print
…/attacks.p6 :452:
my $ratio = $*TERMINAL-HEIGHT-RATIO;
ab5tract/Terminal-Print
…/attacks.p6 :453:
my $rtx = ($!r * $pct * $*TERMINAL-HEIGHT-RATIO).round;
ab5tract/Terminal-Print
…/attacks.p6 :490:
my $*TERMINAL-HEIGHT-RATIO = $height-ratio;
ab5tract/Terminal-Print
…/Widget.pm6 :45:
default { $*TERMINAL.current-grid }
ab5tract/Terminal-Print
…/Widget.pm6 :53:
Bool :$print = $to === $*TERMINAL.current-grid) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment