aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/term/config.h
diff options
context:
space:
mode:
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,
};
/*