From c320322dffd8f4648cc24ab731ac64dda6eec77d Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sat, 6 Jun 2020 13:15:14 -0700 Subject: changed all caps --- sys/cmd/term/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/term/config.h') diff --git a/sys/cmd/term/config.h b/sys/cmd/term/config.h index 54aa641..a195786 100644 --- a/sys/cmd/term/config.h +++ b/sys/cmd/term/config.h @@ -460,7 +460,7 @@ static Key key[] = { * If no match is found, regular selection is used. */ static uint selmasks[] = { - [SEL_RECTANGULAR] = Mod1Mask, + [SelRectangular] = Mod1Mask, }; /* -- cgit v1.2.1