aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/config.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-06 13:15:14 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-06 13:15:14 -0700
commitc320322dffd8f4648cc24ab731ac64dda6eec77d (patch)
tree9c668d1e1a331991abeb8aa3b838ba470be7252b /sys/cmd/term/config.h
parent7b5b105d84103d4320de510f0fdab345b5d2f477 (diff)
changed all caps
Diffstat (limited to 'sys/cmd/term/config.h')
-rw-r--r--sys/cmd/term/config.h2
1 files changed, 1 insertions, 1 deletions
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,
};
/*