Simplify terminal boot program

This commit is contained in:
2025-08-14 19:46:07 +01:00
parent 198b7acc78
commit 5b720cb82c
6 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ defaultTerminal :: Terminal
defaultTerminal =
Terminal
{ _tmID = 0
, _tmBootProgram = TerminalBootMempty
, _tmBootLines = []
, _tmButtonID = 0
, _tmMachineID = 0
, _tmName = "TESTTERMINAL"