public inbox for linux-serial@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] vt: bracketed paste and cursor position
@ 2025-05-14  1:52 Nicolas Pitre
  2025-05-14  1:52 ` [PATCH 1/2] vt: bracketed paste support Nicolas Pitre
  2025-05-14  1:52 ` [PATCH 2/2] vt: add TIOCL_GETCURSORPOS to retrieve the screen cursor position Nicolas Pitre
  0 siblings, 2 replies; 6+ messages in thread
From: Nicolas Pitre @ 2025-05-14  1:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby; +Cc: Nicolas Pitre, linux-serial, linux-kernel

A different kind of VT console update this time. These patches:

- add bracketed paste support to the VT console

- overcome a /dev/vcsa limitation with cursor position retrieval

They are submitted together to avoid merge conflicts as they touch some
common code.

Tested on top of linux v6.15.0-rc4.

diffstat:
 drivers/tty/vt/selection.c     | 35 ++++++++++++++++++++++++++++++----
 drivers/tty/vt/vt.c            | 37 ++++++++++++++++++++++++++++++++++++
 include/linux/console_struct.h |  1 +
 include/uapi/linux/tiocl.h     |  5 +++++
 4 files changed, 74 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-14 13:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-14  1:52 [PATCH 0/2] vt: bracketed paste and cursor position Nicolas Pitre
2025-05-14  1:52 ` [PATCH 1/2] vt: bracketed paste support Nicolas Pitre
2025-05-14  5:43   ` Jiri Slaby
2025-05-14  1:52 ` [PATCH 2/2] vt: add TIOCL_GETCURSORPOS to retrieve the screen cursor position Nicolas Pitre
2025-05-14  5:57   ` Jiri Slaby
2025-05-14 13:25     ` Nicolas Pitre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox