From 57013e97dbc677245c67fed6c838e5fce0413ca7 Mon Sep 17 00:00:00 2001 From: Nicolas Pitre Date: Sat, 7 Jun 2025 15:59:33 -0400 Subject: [PATCH] man/man2const/TIOCLINUX.2const: Document TIOCL_GETBRACKETEDPASTE Corresponding code is in drivers/tty/vt/vt.c:tioclinux(). New in Linux v6.16. Signed-off-by: Nicolas Pitre Message-ID: Signed-off-by: Alejandro Colomar --- man/man2const/TIOCLINUX.2const | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man/man2const/TIOCLINUX.2const b/man/man2const/TIOCLINUX.2const index 1172ec431..83bd0f89c 100644 --- a/man/man2const/TIOCLINUX.2const +++ b/man/man2const/TIOCLINUX.2const @@ -256,6 +256,14 @@ Never used. .BR subcode = TIOCL_GETKMSGREDIRECT Returns target of kernel messages. (Since Linux 2.6.17.) +.TP +.BR subcode = TIOCL_GETBRACKETEDPASTE +Returns +.B 1 +if the application advertised bracketed paste compatibility to the terminal, +.B 0 +otherwise. +(Since Linux 6.16.) .SH RETURN VALUE On success, 0 is returned (except where indicated). On failure, \-1 is returned, and -- 2.47.2