Improve tail line, fix edit box

* Edit box now supports the usual keys; left/right plus home/end, and does
  the appropriate scrolling.
* Tail line is now a top bar.
* Added option to toggle tail bar, but not bound to any key.
This commit is contained in:
2024-10-03 17:57:41 +02:00
parent 466406733d
commit 19ba6a9bee
4 changed files with 96 additions and 15 deletions

View File

@@ -14,6 +14,8 @@ class Settings
public static bool $highlightRow = true;
public static bool $tailLine = true;
public static function load(string $filename): void
{
if (file_exists($filename) && is_readable($filename)) {