# HG changeset patch # User Nenue # Date 1450429782 18000 # Node ID 77adceb8ebe4b97c818b72b2595dd00b279286a2 # Parent a13243a4118b916bd69bf46f0c417148c7993d6e maxlines adjustment TODO: make this a config param diff -r a13243a4118b -r 77adceb8ebe4 Devian.lua --- 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())