We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSI c
1 parent 159932f commit ec9e996Copy full SHA for ec9e996
internal/app/darktile/termutil/csi.go
@@ -307,7 +307,7 @@ func (t *Terminal) csiSendDeviceAttributesHandler(params []string) (renderRequir
307
// we are VT100
308
// for DA1 we'll respond ?1;2
309
// for DA2 we'll respond >0;0;0
310
- response := "?1;2"
+ response := "?1;2;4"
311
if len(params) > 0 && len(params[0]) > 0 && params[0][0] == '>' {
312
response = ">0;0;0"
313
}
0 commit comments