From: Tom de Vries Date: Fri, 15 Aug 2025 12:48:10 +0000 (+0200) Subject: [gdb/testsuite] Add Term::_csi_r X-Git-Tag: gdb-17-branchpoint~292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291f3cf034f9b4ceb464e921d2682477c8390f81;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite] Add Term::_csi_r Add support for: - Set Scrolling Region (DECSTBM) CSI r --- diff --git a/gdb/testsuite/lib/tuiterm.exp b/gdb/testsuite/lib/tuiterm.exp index ce8af8d12a9..aac3526d70d 100644 --- a/gdb/testsuite/lib/tuiterm.exp +++ b/gdb/testsuite/lib/tuiterm.exp @@ -631,6 +631,13 @@ proc Term::_csi_l { args } { } } +# Set Scrolling Region (DECSTBM, CSI Ps ; Ps r) +# +# https://invisible-island.net/xterm/ctlseqs/ctlseqs.html +proc Term::_csi_r { top bottom } { + _log "ignored: set scrolling region" +} + # Window manipulation (XTWINOPS, CSI Ps ; Ps ; Ps t) # # https://invisible-island.net/xterm/ctlseqs/ctlseqs.html