From: Lennart Poettering Date: Thu, 18 Dec 2025 09:12:34 +0000 (+0100) Subject: bash: clarfiy what 80-systemd-osc-context.sh is about in the spec X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d90c1628c5a0934591ce862eefc9cbb9c23a24;p=thirdparty%2Fsystemd.git bash: clarfiy what 80-systemd-osc-context.sh is about in the spec --- diff --git a/profile.d/80-systemd-osc-context.sh b/profile.d/80-systemd-osc-context.sh index ead61b67532..cfc8795d321 100644 --- a/profile.d/80-systemd-osc-context.sh +++ b/profile.d/80-systemd-osc-context.sh @@ -10,6 +10,10 @@ # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. +# This implements the UAPI.15 "OSC 3008: Hierarchical Context Signalling" +# specification for the shell prompt. For details see: +# https://uapi-group.org/specifications/specs/osc_context/ + # Not bash? [ -n "${BASH_VERSION:-}" ] || return 0