mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
6b9dc1d081
* Combi mode: Bang mode prefixes with len>1 This is required to match on modes that share a prefix. Let 'power' and 'pass' be such modes for the following explanation: Previously, only the first character of after the bang was compared, so '!p' would always be matched to the 'pass' mode and there was no way to limit selection in combi mode to the 'power' mode. Now we can use prefixes of arbitrary length following the bang such as '!po' (matches 'power' mode), or '!pa' (matches 'pass' mode). Prefixes of length 1 are unchanged compared to the previous behaviour, i.e. '!p' will still match 'pass'. * Combi-mode prefixes should be utf-8 aware |
||
---|---|---|
.. | ||
dialogs | ||
widgets | ||
helper.h | ||
history.h | ||
keyb.h | ||
mode-private.h | ||
mode.h | ||
rofi.h | ||
settings.h | ||
theme.h | ||
timings.h | ||
view-internal.h | ||
view.h | ||
x11-helper.h | ||
xcb-internal.h | ||
xcb.h | ||
xkb-internal.h | ||
xkb.h | ||
xrmoptions.h |