Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Live.php')
-rw-r--r--lib/Command/Live.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Command/Live.php b/lib/Command/Live.php
index ee63ac0..79684ca 100644
--- a/lib/Command/Live.php
+++ b/lib/Command/Live.php
@@ -104,14 +104,14 @@ class Live extends ACommandBase {
const PANEL_ERRORS_LINE_FOOTER = '└──';
const PANEL_COMMANDS_ROOT = 'root';
- const PANEL_COMMANDS_ROOT_LINE = '## <char>q</char>:quit ## <char>p</char>:pause ';
+ const PANEL_COMMANDS_ROOT_LINE = '## q:quit ## p:pause ';
const PANEL_COMMANDS_PAUSED = 'paused';
- const PANEL_COMMANDS_PAUSED_LINE = '## <char>q</char>:quit ## <char>u</char>:unpause ## <char>n</char>:next step';
+ const PANEL_COMMANDS_PAUSED_LINE = '## q:quit ## u:unpause ## n:next step';
const PANEL_COMMANDS_DONE = 'done';
- const PANEL_COMMANDS_DONE_LINE = '## <char>q</char>:quit';
+ const PANEL_COMMANDS_DONE_LINE = '## q:quit';
const PANEL_COMMANDS_NAVIGATION = 'navigation';
- const PANEL_COMMANDS_ERRORS_LINE = '## <char>f</char>:first error ## <char>h</char>/<char>j</char>:prec/next error ## <char>d</char>:delete error ## <char>l</char>:last error';
- const PANEL_COMMANDS_RESULTS_LINE = '## <char>x</char>:first result ## <char>c</char>/<char>v</char>:prec/next result ## <char>b</char>:last result';
+ const PANEL_COMMANDS_ERRORS_LINE = '## f:first error ## h/j:prec/next error ## d:delete error ## l:last error';
+ const PANEL_COMMANDS_RESULTS_LINE = '## x:first result ## c/v:prec/next result ## b:last result';
/** @var IUserManager */