File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,13 +325,6 @@ func TestSupportsSixelGraphics(t *testing.T) {
325325 },
326326 wantSupport : true ,
327327 },
328- {
329- name : "mintty via TERM_PROGRAM" ,
330- envVars : map [string ]string {
331- "TERM_PROGRAM" : "mintty" ,
332- },
333- wantSupport : true ,
334- },
335328 {
336329 name : "konsole via TERM_PROGRAM" ,
337330 envVars : map [string ]string {
@@ -353,27 +346,13 @@ func TestSupportsSixelGraphics(t *testing.T) {
353346 },
354347 wantSupport : true ,
355348 },
356- {
357- name : "mlterm via TERM" ,
358- envVars : map [string ]string {
359- "TERM" : "mlterm" ,
360- },
361- wantSupport : true ,
362- },
363349 {
364350 name : "xterm-sixel via TERM" ,
365351 envVars : map [string ]string {
366352 "TERM" : "xterm-sixel" ,
367353 },
368354 wantSupport : true ,
369355 },
370- {
371- name : "yaft via TERM" ,
372- envVars : map [string ]string {
373- "TERM" : "yaft-256color" ,
374- },
375- wantSupport : true ,
376- },
377356 {
378357 name : "unsupported terminal - Apple Terminal" ,
379358 envVars : map [string ]string {
You can’t perform that action at this time.
0 commit comments