From 149900a8e2ef7ce1756cb9f266a85217f22b890f Mon Sep 17 00:00:00 2001 From: roshal Date: Fri, 3 Jan 2025 05:48:59 +0300 Subject: [PATCH] polish --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- kittens/ask/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0715ccd5f..a3a350acb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,7 +23,7 @@ If applicable, add screenshots to help explain your problem. **Environment details** ``` Press Ctrl+Shift+F6 (cmd+option+comma on macOS) in kitty, to copy debug output about kitty and its -configuration to the clipboard and paste it here. +configuration to the clipboard and paste it here. On older versions of kitty, run kitty --debug-config instead ``` diff --git a/kittens/ask/main.py b/kittens/ask/main.py index c898c038d..5a4cbca2e 100644 --- a/kittens/ask/main.py +++ b/kittens/ask/main.py @@ -42,7 +42,7 @@ A choice for the choices type. Can be specified multiple times. Every choice has the syntax: ``letter[;color]:text``, where :italic:`text` is the choice text and :italic:`letter` is the selection key. :italic:`letter` is a single letter belonging to :italic:`text`. This letter is highlighted within the choice text. -There can be an optional color specification after the letter +There can be an optional color specification after the letter to indicate what color it should be. For example: :code:`y:Yes` and :code:`n;red:No`