commented history command

This commit is contained in:
Baipyrus 2023-01-13 13:25:15 +01:00
parent 282d2556f2
commit a64914b744

View File

@ -20,6 +20,7 @@ function cmd_clear() {
}
function cmd_history() {
// Display the command history line by line
let output = "";
const hl = history.list;