LilyTerm icon indicating copy to clipboard operation
LilyTerm copied to clipboard

When invoked with '-x' the window/term title gets not updated

Open blueyed opened this issue 11 years ago • 2 comments

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.

blueyed avatar Feb 21 '14 13:02 blueyed

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.

Tetralet avatar Apr 22 '14 08:04 Tetralet

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.

blueyed avatar Apr 22 '14 17:04 blueyed