From 18d90c1628c5a0934591ce862eefc9cbb9c23a24 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Dec 2025 10:12:34 +0100 Subject: [PATCH] bash: clarfiy what 80-systemd-osc-context.sh is about in the spec --- profile.d/80-systemd-osc-context.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.3