From: Kevin Lamonte Date: Sat, 30 Apr 2016 10:58:41 +0000 (-0400) Subject: pyramid glyph for CP437 DEL X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=a56129f7227a89c421dd179519e66386680edc70;p=fanfix.git pyramid glyph for CP437 DEL --- diff --git a/src/jexer/bits/GraphicsChars.java b/src/jexer/bits/GraphicsChars.java index 70c7c77..cd48fc8 100644 --- a/src/jexer/bits/GraphicsChars.java +++ b/src/jexer/bits/GraphicsChars.java @@ -78,7 +78,7 @@ public final class GraphicsChars { '\u0070', '\u0071', '\u0072', '\u0073', '\u0074', '\u0075', '\u0076', '\u0077', '\u0078', '\u0079', '\u007a', '\u007b', - '\u007c', '\u007d', '\u007e', '\u007f', + '\u007c', '\u007d', '\u007e', '\u2302', '\u00c7', '\u00fc', '\u00e9', '\u00e2', '\u00e4', '\u00e0', '\u00e5', '\u00e7', '\u00ea', '\u00eb', '\u00e8', '\u00ef',