Skip to content

Commit

Permalink
Termite is dead/deprecated - drop it.
Browse files Browse the repository at this point in the history
Fallback support will still work, but termite is no longer supported
and users of termite are advised to switch to Alacritty.
  • Loading branch information
gdamore committed Feb 16, 2024
1 parent 15a4f4f commit 5bdcc25
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 137 deletions.
4 changes: 1 addition & 3 deletions terminfo/extended/extended.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 The TCell Authors
// Copyright 2024 The TCell Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use file except in compliance with the License.
Expand Down Expand Up @@ -39,7 +39,6 @@ import (
_ "github.com/gdamore/tcell/v2/terminfo/s/screen"
_ "github.com/gdamore/tcell/v2/terminfo/s/simpleterm"
_ "github.com/gdamore/tcell/v2/terminfo/s/sun"
_ "github.com/gdamore/tcell/v2/terminfo/t/termite"
_ "github.com/gdamore/tcell/v2/terminfo/t/tmux"
_ "github.com/gdamore/tcell/v2/terminfo/v/vt100"
_ "github.com/gdamore/tcell/v2/terminfo/v/vt102"
Expand All @@ -54,5 +53,4 @@ import (
_ "github.com/gdamore/tcell/v2/terminfo/x/xfce"
_ "github.com/gdamore/tcell/v2/terminfo/x/xterm"
_ "github.com/gdamore/tcell/v2/terminfo/x/xterm_kitty"
_ "github.com/gdamore/tcell/v2/terminfo/x/xterm_termite"
)
1 change: 0 additions & 1 deletion terminfo/models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pcansi
rxvt,rxvt-256color,rxvt-88color,rxvt-unicode,rxvt-unicode-256color
screen,screen-256color
st,st-256color|simpleterm
termite
tmux
vt52
vt100
Expand Down
67 changes: 0 additions & 67 deletions terminfo/t/termite/term.go

This file was deleted.

66 changes: 0 additions & 66 deletions terminfo/x/xterm_termite/term.go

This file was deleted.

0 comments on commit 5bdcc25

Please sign in to comment.