Skip to content
Snippets Groups Projects
Commit 45a1a2ba authored by Max Howell's avatar Max Howell
Browse files

Tty.em; bold white underlined

parent fd3ddf8a
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ class Tty
def red; underline 31; end
def yellow; underline 33 ; end
def reset; escape 0; end
def em; underline 39; end
private
def color n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment