Tty.em; bold white underlined

This commit is contained in:
Max Howell 2009-11-11 18:36:50 +00:00
parent fd3ddf8a72
commit 45a1a2ba3c

View File

@ -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