Update lanterna, fix bugs, implement save...
[jvcard.git] / src / be / nikiroo / jvcard / tui / panes / MainContentList.java
index 83654198f08c127f75d6ab6f1f06de66ca7372d3..38b775c2998af5986cf06e31440bd663b42d90d5 100644 (file)
@@ -152,6 +152,17 @@ abstract public class MainContentList extends MainContent implements Runnable {
        public void setSelectedIndex(int index) {
                lines.setSelectedIndex(index);
        }
+       
+       
+       /**
+        * Return the default content separator for text fields.
+        * 
+        * @return the separator
+        */
+       public String getSeparator() {
+               // we could use: " ", "┃", "│"...
+               return "┃";
+       }
 
        @Override
        public void run() {