File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ defmodule IO.ANSI do
51
51
@ doc "Faint (decreased intensity), not widely supported"
52
52
defsequence :faint , 2
53
53
54
- @ doc "Italic: on. Not widely supported. Sometimes treated as inverse. "
54
+ @ doc "Italic: on. Not widely supported. Sometimes treated as inverse"
55
55
defsequence :italic , 3
56
56
57
57
@ doc "Underline: Single"
@@ -72,7 +72,7 @@ defmodule IO.ANSI do
72
72
@ doc "Conceal. Not widely supported"
73
73
defsequence :conceal , 8
74
74
75
- @ doc "Crossed-out. Characters legible, but marked for deletion. Not widely supported. "
75
+ @ doc "Crossed-out. Characters legible, but marked for deletion. Not widely supported"
76
76
defsequence :crossed_out , 9
77
77
78
78
@ doc "Sets primary (default) font"
@@ -126,10 +126,10 @@ defmodule IO.ANSI do
126
126
@ doc "Not overlined"
127
127
defsequence :not_overlined , 55
128
128
129
- @ doc "Send cursor home"
129
+ @ doc "Sends cursor home"
130
130
defsequence :home , "" , "H"
131
131
132
- @ doc "Clear screen"
132
+ @ doc "Clears screen"
133
133
defsequence :clear , "2" , "J"
134
134
135
135
defp format_sequence ( other ) do
You can’t perform that action at this time.
0 commit comments