mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
435d910751
commit
885117ced0
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ impl Emulator {
|
|||
LineWriter::new(stderr()),
|
||||
SavePosition,
|
||||
Print(Mux::csi("\x1b_Gi=31,s=1,v=1,a=q,t=d,f=24;AAAA\x1b\\")), // Detect KGP
|
||||
Print(Mux::csi("\x1b]11;?\x07")), // Request background color
|
||||
Print(Mux::csi("\x1b[>q")), // Request terminal version
|
||||
Print(Mux::csi("\x1b[c")), // Request device attributes
|
||||
RestorePosition
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue