Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Syncleus
apex-aprs
Commits
71c5def5
Commit
71c5def5
authored
Oct 02, 2016
by
Jeffrey Phillips Freeman
💥
Browse files
Added blinking and bolding to output colorized frames.
parent
fdf59024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lib/apex.rb
lib/apex.rb
+1
-3
No files found.
lib/apex.rb
View file @
71c5def5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment