Skip to content

Commit c48a135

Browse files
committed
directvt#717: Fix Ctrl+B key chord
1 parent 649cfb1 commit c48a135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netxs/desktopio/utf.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ namespace netxs::utf
466466
if (next.is_cmd())
467467
{
468468
code.step();
469-
if (next.cdpoint == 0x02 /*ansi::c0_stx*/) // Custom cluster initiator.
469+
if (Clusterize && next.cdpoint == 0x02 /*ansi::c0_stx*/) // Custom cluster initiator.
470470
{
471471
next = code.take();
472472
auto rest = code.rest();

0 commit comments

Comments
 (0)