Re: [PATCH] prompt_yn() accepts only keys from prompt_keys
Michael Bienia <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2005-02-12 15:20:02 +0100, Urs JanÃen wrote: > this would be the cleaner approach, but then we should make > keymap.sample look like: > PromptYes y Y > PromptNo n N > and describle the possibillity of multiple keybindings (in tin.5) and > check the rest of the code where we (silently) allow uppercase > answers and ... While updating the manpages I stumbled about a conflict for "PromptYes y Y" for the post_postpone_keys: without a keymap file 'y' gets assigned to PROMPT_YES and 'Y' to POSTPONE_OVERRIDE, no problem here, but with a keymap file with "PromptYes y Y" the binding for "PostponeOverride Y" is overridden (depending on the order within the keymap file but with the standard keymap file this is the case). Any idea how to solve this? Michael