TEditor 80% complete
[fanfix.git] / src / jexer / bits / GraphicsChars.java
index 8e7a883dd5815d6b5b39bc6d6a4381f79f8d0f24..32403090a4301a0ce800b1dfe1fe3668cd335b20 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2017 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -146,4 +146,5 @@ public final class GraphicsChars {
     public static final char WINDOW_LEFT_BOTTOM_DOUBLE  = CP437[0xC8];
     public static final char WINDOW_RIGHT_BOTTOM_DOUBLE = CP437[0xBC];
     public static final char VERTICAL_BAR               = CP437[0xB3];
+    public static final char OCTOSTAR                   = CP437[0x0F];
 }