Lines Matching refs:printf
67 printf $pushSgr;
68 printf "\x1b[40;37mSetting ambient colors to white-on-black\n";
69 printf $pushSgr;
73 printf $pushSgr;
74 printf $lib1Fmt, $fg, $bg, $fg, $bg;
75 printf $lib2Fmt, $redOnBlack, $blackOnYellow, $blueOnGreen;
77 printf $popSgr; # keep the newline from bleeding color
82 printf $popSgr;
83 printf "The ambient colors should still be white-on-black.\n";
84 printf $popSgr;
85 printf "Now we should be back to whatever it was before we got here.\n";