aMule Forum
English => Feature requests => Topic started by: morph on November 22, 2005, 11:27:12 PM
-
Hi,
it should me good to have the command history into amulecmd, so that with up arrow you'll be able to get the last command(s), as bash shell.
Bye
-
That's already there
-
strange, trying to get the previos command got
$ amulecmd
This is amulecmd CVS Tue Nov 22 07:02:09 CET 2005
Creating client...
---------------------------------------
| aMule text client |
---------------------------------------
Use 'Help' for command list
aMulecmd$ help show
SHOW: Show queues/lists.
Shows upload/download queue, server list or shared files list.
This command cannot have an argument.
This command is incomplete, you must use one of the extensions below.
Available extensions:
DL Show download queue.
Servers Show servers list.
UL Show upload queue.
aMulecmd$ ^[[A
is some configuration needed? Which one?
Thanks
-
I'm forced to say IWH, but maybe you need libreadline or whatever it use installed. Wait for someone with more free time to reply.
-
You certainly need a readline compatible library installed. aMule has an M4 that tests for some options at configure time. But if you don't have readline, it still compiles, but you will not have readline support.
Here with FC4:
$ rpm -qa | grep read
readline-5.0-3
readline-devel-5.0-3
Cheers!