commit d676d0644ec9a1c73ceffebf2536f17afe7950d2
parent e32ef943b2f3e682b41ddf64734845e0b0bfbcef
Author: uriel@engel.se.cat-v.org <unknown>
Date: Sun, 25 Jan 2009 16:42:22 +0100
Improve the debug shell a bit.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/_debug.tpl b/lib/_debug.tpl
@@ -1,6 +1,6 @@
% if(! ~ $#debug_shell 0) {
<form method="POST" name="prompt">
-<input type="text" name="command" />
+<input size="80" type="text" name="command" value="%($"post_arg_command%)" />
<input type="submit" Value="Run" />
</form>
<script language="javascript"><!--