Skip to content

Commit ec9e996

Browse files
authored
CSI c Device Attributes Report returns 4 to indicate sixel support
"VT100 with GPO (Graphics Processor Option)"
1 parent 159932f commit ec9e996

File tree

1 file changed

+1
-1
lines changed
  • internal/app/darktile/termutil

1 file changed

+1
-1
lines changed

internal/app/darktile/termutil/csi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func (t *Terminal) csiSendDeviceAttributesHandler(params []string) (renderRequir
307307
// we are VT100
308308
// for DA1 we'll respond ?1;2
309309
// for DA2 we'll respond >0;0;0
310-
response := "?1;2"
310+
response := "?1;2;4"
311311
if len(params) > 0 && len(params[0]) > 0 && params[0][0] == '>' {
312312
response = ">0;0;0"
313313
}

0 commit comments

Comments
 (0)