When invoked with '-x' the window/term title gets not updated
After lilyterm -x zsh, the window title will be "zsh" and gets not updated via terminal escape codes.
It works as expected with lilyterm zsh.
When running with lilyterm -x zsh, LilyTerm will consider it as a custom command, and set the title to zsh.
To disable this, please use <Ctrl><E> to set the custom title to "", or consider to set zsh as the default shell.
I am using functions to change the window/tab title automatically, and think that it's a bug that LilyTerm prevents automatic title changes when -x is being used.
While it works when using no command lilyterm -x, it should just use any passed commands as initial default.
I am using page_shows_current_cmdline = 0 already to prevent LilyTerm from updating the title itself dynamically.