1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-07 17:33:14 -04:00
rofi/source/dialogs
Moritz Maxeiner 6b9dc1d081 Combi mode: Bang mode prefixes with len>1 (#542)
* 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
2017-01-26 19:46:46 +01:00
..
combi.c Combi mode: Bang mode prefixes with len>1 (#542) 2017-01-26 19:46:46 +01:00
dmenu.c Indent magic, rework makefile so lexer and yacc file are not passed. 2017-01-08 21:36:06 +01:00
drun.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
help-keys.c Update copyright to 2017. 2017-01-03 17:59:28 +01:00
run.c Update copyright to 2017. 2017-01-03 17:59:28 +01:00
script.c Indent magic, rework makefile so lexer and yacc file are not passed. 2017-01-08 21:36:06 +01:00
ssh.c Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
window.c Indent magic, rework makefile so lexer and yacc file are not passed. 2017-01-08 21:36:06 +01:00