Releases: budlabs/i3term
Releases · budlabs/i3term
PROMPT CAN TITLE
this release fixes a potential issue if the PROMPT_COMMAND is configured to update the title we where unable to update the title to /dev/pts/X
. This only affected terminals where the only command was bash (i.e. no command) . The PROMPT_COMMAND is sometimes set like this in /etc/bash.bashrc
, and the fix was to prepend ~/.bashrc
with unset PROMPT_COMMAND
for this to work the setting: auto_set_title
needs to be set to true in the config file.
INITIAL RELEASE
Thanks to @DominikMarcinowski for reporting issues regarding installation.