bug fix: return from dayview
This commit is contained in:
parent
93317350f1
commit
13aebae71f
@ -958,6 +958,8 @@ while true; do
|
||||
set -- "--day" "$DISPLAY_DATE"
|
||||
elif [ "$key" = "ctrl-t" ]; then
|
||||
set -- "--set-tz" "--day" "$DISPLAY_DATE"
|
||||
elif [ "$key" = "esc" ] || [ "$key" = "backspace" ] || [ "$key" = "q" ]; then
|
||||
set -- "--week" "$DISPLAY_DATE"
|
||||
elif [ -z "$key" ] && [ -n "$fpath" ]; then
|
||||
__edit "$start" "$end" "$fpath"
|
||||
set -- "--day" "$DISPLAY_DATE"
|
||||
|
Loading…
Reference in New Issue
Block a user