Update copyright to 2017
[nikiroo-utils.git] / src / jexer / bits / GraphicsChars.java
index cd48fc8225fb193532a9765a9e25084ba6458566..86265828bf2ae38e75b6130f7fae4a85bceb7537 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"),
@@ -145,4 +145,5 @@ public final class GraphicsChars {
     public static final char WINDOW_RIGHT_TOP_DOUBLE    = CP437[0xBB];
     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];
 }