better up/dwn arrows, docu

git-svn-id: svn://kolibrios.org@6822 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2017-01-01 22:28:50 +00:00
parent 624f3666a5
commit 0a3c951b56
15 changed files with 181 additions and 148 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ int cmd_alias(char arg[])
int result;
if (NULL == arg)
if (NULL == arg || '\0' == arg[0])
{
alias_list();
return TRUE;