mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Merge remote-tracking branch 'origin/master' into glib-loop
This commit is contained in:
commit
f42258f60a
2 changed files with 2 additions and 2 deletions
|
@ -1442,7 +1442,7 @@ static void menu_mainloop_iter ( MenuState *state, XEvent *ev )
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
// Nothing entered and nothing selected.
|
// Nothing entered and nothing selected.
|
||||||
state->retv = MENU_CANCEL;
|
state->retv = MENU_CUSTOM_INPUT;
|
||||||
}
|
}
|
||||||
if ( shift ) {
|
if ( shift ) {
|
||||||
state->retv |= MENU_SHIFT;
|
state->retv |= MENU_SHIFT;
|
||||||
|
|
|
@ -8,7 +8,7 @@ xdotool key Return
|
||||||
wait ${RPID}
|
wait ${RPID}
|
||||||
RETV=$?
|
RETV=$?
|
||||||
|
|
||||||
if [ ${RETV} -eq 1 ]
|
if [ ${RETV} -eq 0 ]
|
||||||
then
|
then
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue