Commit Diff


commit - d89b86d670dc0e5acd7731a97f60ebafcf1f1bf2
commit + 6322dee30ab150c0ec9331c2fc34ac1c4294bd75
blob - 4c8fb3f886b43bd9c53d5dc6734c695a5c9512a7
blob + 7c5c96043926e55fe906ce484c6a29086e89e7ad
--- pages.c
+++ pages.c
@@ -102,18 +102,15 @@ const char *about_help =
 	"\n"
 	"# pretty prefixes\n"
 	"style line.item {\n"
-	"	prefix \" • \"\n"
-	"	cont   \"   \"\n"
+	"	prefix \" • \" \"   \"\n"
 	"}\n"
 	"\n"
 	"style line.link {\n"
-	"	prefix \"→ \"\n"
-	"	cont   \"  \"\n"
+	"	prefix \"→ \" \"  \"\n"
 	"}\n"
 	"\n"
 	"style line.quote {\n"
 	"	prefix \" ┃ \"\n"
-	"	cont   \" ┃ \"\n"
 	"}\n"
 	"```\n"
 	;
blob - 570180e6ae1888185c5491f616c986477f40ba34
blob + 0011dd93ee65b2f94dda4cae44c1e489ba3c3861
--- telescope.1
+++ telescope.1
@@ -555,18 +555,15 @@ set fill-column = 72
 set olivetti-mode = 1
 
 style line.item {
-	prefix " • "
-	cont   "   "
+	prefix " • " "   "
 }
 
 style line.link {
-	prefix "→ "
-	cont   "  "
+	prefix "→ " "  "
 }
 
 style line.quote {
 	prefix " ┃ "
-	cont   " ┃ "
 }
 .Ed
 .Sh AUTHORS