From d8812ce575d11906c34d68a825291acd3b8d4a8d Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 12 Mar 2012 01:32:58 -0500 Subject: [PATCH] Add 'visiblelines' setting for 'chatbox' - control visible space on scrollback --- src/main/resources/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index c0a42bd2..79370255 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -90,6 +90,8 @@ components: messagettl: 5 # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages #scrollback: 100 + # Optiona; set maximum number of lines visible for chatbox + @visiblelines: 10 # Optional: send push button sendbutton: false - class: org.dynmap.ClientComponent