changeset 2:77adceb8ebe4 v1.1

maxlines adjustment TODO: make this a config param
author Nenue
date Fri, 18 Dec 2015 04:09:42 -0500
parents a13243a4118b
children 957f42cb49d0
files Devian.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Devian.lua	Thu Dec 17 03:07:00 2015 -0500
+++ b/Devian.lua	Fri Dec 18 04:09:42 2015 -0500
@@ -119,7 +119,7 @@
   end)
 
   f:ScrollToBottom()
-  f:SetMaxLines(100)
+  f:SetMaxLines(500)
   f:SetInsertMode('BOTTOM')
   f:SetPoint('BOTTOMLEFT', GENERAL_CHAT_DOCK, 'TOPLEFT', 0, 25)
   f:SetPoint('TOPRIGHT', UIParent, 'TOP', 0, 0- PlayerFrame:GetHeight())