Merge commit '77d3a60869e7a780c6ae069e51530e1eacece5e2'
[fanfix.git] / src / jexer / backend / TerminalReader.java
index 69007321a100adb74ea987abaddabd6db6395834..32033e0b1943c12999621566f96e29f7465cff22 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2017 Kevin Lamonte
+ * Copyright (C) 2019 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -66,4 +66,9 @@ public interface TerminalReader {
      */
     public void setListener(final Object listener);
 
+    /**
+     * Reload options from System properties.
+     */
+    public void reloadOptions();
+
 }