Skip to content

Commit

Permalink
Foot terminal behaves like XTerm w.r.t cursor placement and sixel
Browse files Browse the repository at this point in the history
Issues: #130
  • Loading branch information
hzeller committed Jan 26, 2024
1 parent 30566f7 commit eeca210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/term-query.cc
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ TermGraphicsInfo QuerySupportedGraphicsProtocol() {
}
if (contains(data, len, "foot")) {
result.preferred_graphics = GraphicsProtocol::kSixel;
result.known_broken_sixel_cursor_placement = true;
}
if (contains(data, len, "tmux")) {
result.in_tmux = true;
Expand Down

0 comments on commit eeca210

Please sign in to comment.