From 71c5def5182f64be14d44d04c90448438e6204ac Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 2 Oct 2016 07:16:42 -0400
Subject: [PATCH] Added blinking and bolding to output colorized frames.

---
 lib/apex.rb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/apex.rb b/lib/apex.rb
index 8b426c8..66ab9f0 100644
--- a/lib/apex.rb
+++ b/lib/apex.rb
@@ -20,10 +20,8 @@ module Apex
             puts (port_name + ' << ').colorize(:magenta) + formatted_aprs
         else
             # TODO : make this bold and/or blink
-            puts (port_name + ' >> ').colorize(:magenta) + formatted_aprs
+            puts (port_name + ' >> ').colorize(:magenta).bold.blink + formatted_aprs
         end
-        puts String.modes
-        puts String.colors
     end
 
     def self.main
-- 
GitLab