Quantcast

Added history back into the interpreter line

James Whitehead II [05-09-08 - 06:56]
Added history back into the interpreter line
Filename
WowLua.xml
diff --git a/WowLua.xml b/WowLua.xml
index c046e2d..4e14905 100644
--- a/WowLua.xml
+++ b/WowLua.xml
@@ -585,7 +585,9 @@
 								WowLua.indent.enable(self)
 							</OnLoad>
 							<OnEnterPressed>
-								WowLua:ProcessLine(self:GetText())
+								local text = self:GetText();
+								WowLua:ProcessLine(text);
+								self:AddHistoryLine(text);
 							</OnEnterPressed>
 						</Scripts>
 						<FontString font="Interface\AddOns\WowLua\fonts\VeraMono.ttf">