forked from Imagelibrary/binutils-gdb
[gdb/testsuite] Add Term::_csi_r
Add support for: - Set Scrolling Region (DECSTBM) CSI r
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user