]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[gdb/testsuite] Add Term::_csi_r
authorTom de Vries <tdevries@suse.de>
Fri, 15 Aug 2025 12:48:10 +0000 (14:48 +0200)
committerTom de Vries <tdevries@suse.de>
Fri, 15 Aug 2025 12:48:10 +0000 (14:48 +0200)
Add support for:
- Set Scrolling Region (DECSTBM)
  CSI r

gdb/testsuite/lib/tuiterm.exp

index ce8af8d12a9f206bfc3be44841a0a7052ee7214f..aac3526d70d7158a23d8abccb0bafc89d2612a65 100644 (file)
@@ -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