[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51475: read-char-choice should hide the cursor
From: |
Lars Ingebrigtsen |
Subject: |
bug#51475: read-char-choice should hide the cursor |
Date: |
Fri, 29 Oct 2021 15:06:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
ndame <laszlomail@protonmail.com> writes:
> Since it only reads a single character, the cursor is unnecessary and
> unsightly
> in the prompt:
>
> (read-char-choice " a - good\n b - bad\n c - ugly" '(?a ?b ?c))
But it looks nice in
(read-char-choice " a - good; b - bad; c - ugly: " '(?a ?b ?c))
We could hide it if the prompt is multi-line, I guess? Anybody got an
opinion?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- bug#51475: read-char-choice should hide the cursor, ndame, 2021/10/29
- bug#51475: read-char-choice should hide the cursor,
Lars Ingebrigtsen <=
- bug#51475: read-char-choice should hide the cursor, Gregory Heytings, 2021/10/29
- bug#51475: read-char-choice should hide the cursor, Lars Ingebrigtsen, 2021/10/29
- bug#51475: read-char-choice should hide the cursor, Gregory Heytings, 2021/10/29
- bug#51475: read-char-choice should hide the cursor, Lars Ingebrigtsen, 2021/10/29
- bug#51475: read-char-choice should hide the cursor, Gregory Heytings, 2021/10/29
- bug#51475: read-char-choice should hide the cursor, Lars Ingebrigtsen, 2021/10/30
- bug#51475: read-char-choice should hide the cursor, Daniel MartÃn, 2021/10/29