simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Mar 8 07:03:40 GMT 2021
TL;DR:
ca48e204 Make pterm's default window title more sensible.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-03-08 07:03:40
commit ca48e2048c778ff8a34357ce134441e3690a2a9b
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=ca48e2048c778ff8a34357ce134441e3690a2a9b;hp=d7a083562222f4d79966e84184a450d39ab8dc45
Author: Simon Tatham <anakin at pobox.com>
Date: Mon Mar 8 06:59:26 2021 +0000
Make pterm's default window title more sensible.
In the rework last month, term_setup_window_titles made a centralised
decision about whether to make the default window title just the
application name, or the hostname and application name separated by a
dash. Unfortunately it based that decision on whether the hostname was
NULL, whereas I'd meant to include a _empty_ hostname as not worth
printing.
As a result, the default window title for pterm became " - pterm", not
just "pterm". Easily fixed.
terminal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list