diff options
| author | Nicolas Pitre <npitre@baylibre.com> | 2025-06-07 15:59:33 -0400 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-06-11 10:17:29 +0200 |
| commit | 57013e97dbc677245c67fed6c838e5fce0413ca7 (patch) | |
| tree | 881cc37b11a2fc71bc48cd693c55e0521b89d2e6 | |
| parent | 471c38fb3c5c53c6df2fad4a7353559b330c1323 (diff) | |
| download | man-pages-57013e97dbc677245c67fed6c838e5fce0413ca7.tar.gz | |
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 <npitre@baylibre.com>
Message-ID: <o5p79351-1ops-on58-3o20-rp142r6s4o21@onlyvoer.pbz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2const/TIOCLINUX.2const | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man2const/TIOCLINUX.2const b/man/man2const/TIOCLINUX.2const index 1172ec431c..83bd0f89ce 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 |
