From 43d341feacbb5240bfacd263c0fe333f62e5ca00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 16 Aug 2023 16:12:15 +0200 Subject: [PATCH] core: fix /help cursor (issue #1282) --- src/core/wee-command.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 4c52518c0..b9e802233 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7926,8 +7926,9 @@ command_init () N_("free movement of cursor on screen to execute actions on specific " "areas of screen"), N_("go chat| [top_left|top_right|bottom_left|bottom_right]" - " || go |," + " || go ," " || move up|down|left|right|" + "top_left|top_right|bottom_left|bottom_right|" "edge_top|edge_bottom|edge_left|edge_right|" "area_up|area_down|area_left|area_right" " || stop"), @@ -7959,7 +7960,7 @@ command_init () " enter exit cursor mode\n" "\n" "Examples:\n" - " go to chat (bottom left corner):\n" + " go to the bottom left corner of chat area:\n" " /cursor go chat bottom_left\n" " go to nicklist:\n" " /cursor go nicklist\n"