Skip to content

Commit

Permalink
Use the newly merged mode reporting mechanism.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4james committed Jun 27, 2024
1 parent da3f95d commit adf507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terminal/adapter/adaptDispatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2157,7 +2157,7 @@ bool AdaptDispatch::RequestMode(const DispatchTypes::ModeParams param)
state = mapTemp(_modes.test(Mode::AllowDECSLRM));
break;
case DispatchTypes::ModeParams::DECSDM_SixelDisplayMode:
enabled = _modes.test(Mode::SixelDisplay);
state = mapTemp(_modes.test(Mode::SixelDisplay));
break;
case DispatchTypes::ModeParams::DECECM_EraseColorMode:
state = mapTemp(_modes.test(Mode::EraseColor));
Expand Down

0 comments on commit adf507f

Please sign in to comment.