shithub: orca

Download patch

ref: 25c87e74e1c2bc2cafcd7267f67aaa804e690f0b
parent: 3879d418afc982b798a85c4faeb6524e451181f3
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Feb 24 12:02:11 EST 2020

plan9: rulers: round corners

--- a/plan9.c
+++ b/plan9.c
@@ -108,7 +108,7 @@
 }styles[Numstyles] = {
 	[Sfancy] = {
 		.dot = {"fancy dots", L'·'},
-		.ruler = {"fancy rulers", {L'┌', L'┬', L'┐', L'├', L'┼', L'┤', L'└', L'┴', L'┘'}},
+		.ruler = {"fancy rulers", {L'╭', L'┬', L'╮', L'├', L'┼', L'┤', L'╰', L'┴', L'╯'}},
 	},
 	[Splain] = {
 		.dot = {"plain dots", '.'},