daisy613 / LHPControl

19 stars 3 forks source link

enhancement - change how log is displayed #43

Open Oseriduun opened 3 years ago

Oseriduun commented 3 years ago

change the direction of the log viewing so that the newest entries are on the bottom.

this will match the physical logs, and keep things in perfect order.

I'm assuming that something similar to 'tail' is being used, it shouldn't be difficult to place the new entries at the bottom of the window instead of the top eg.

$log += $newLogEntry

instead of $log = $newLogEntry + $log