Index: base/shell/cmd/history.c =================================================================== --- base/shell/cmd/history.c (revision 73452) +++ base/shell/cmd/history.c (working copy) @@ -115,7 +115,7 @@ else { for (h_tmp = Top->prev; h_tmp != Bottom; h_tmp = h_tmp->prev) - ConErrPuts(h_tmp->string); + ConErrPrintf(L"%s\n", h_tmp->string); } return 0; }