Expand a comment about overstriked underlining
This commit is contained in:
parent
121d7850fe
commit
0a66ae4d26
3
sdn.cpp
3
sdn.cpp
|
@ -243,7 +243,8 @@ fun capitalize (const string &s) -> string {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Underlining for teletypes, also imitated in more(1) and less(1)
|
/// Underlining for teletypes (also called overstriking),
|
||||||
|
/// also imitated in more(1) and less(1)
|
||||||
fun underline (const string& s) -> string {
|
fun underline (const string& s) -> string {
|
||||||
string result;
|
string result;
|
||||||
for (auto c : s)
|
for (auto c : s)
|
||||||
|
|
Loading…
Reference in New Issue