ref: e817ed0a56e833a71021b7551880a8041802e512
parent: 6a612bffc5ae7f38456628e399e1ccc679645a6d
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Jan 25 11:42:22 EST 2009
Improve the debug shell a bit.
--- 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"><!--