From 0a66ae4d266ea32e68497863c3ec424244d6cf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 28 Sep 2020 20:11:38 +0200 Subject: Expand a comment about overstriked underlining --- sdn.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdn.cpp') diff --git a/sdn.cpp b/sdn.cpp index 37caf19..793ad27 100644 --- a/sdn.cpp +++ b/sdn.cpp @@ -243,7 +243,8 @@ fun capitalize (const string &s) -> string { 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 { string result; for (auto c : s) -- cgit v1.2.3