case insensitive patch

This commit is contained in:
2025-09-30 13:57:43 +02:00
parent b7e8c7cb5f
commit d22e262251
10 changed files with 66 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
.RB [ \-bfiv ]
.RB [ \-bfsv ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -45,7 +45,7 @@ dmenu grabs the keyboard before reading stdin if not reading from a tty. This
is faster, but will lock up X until stdin reaches end\-of\-file.
.TP
.B \-i
dmenu matches menu items case insensitively.
dmenu matches menu items case sensitively.
.TP
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.