t-8ch / pinentry-bemenu

Pinentry based on bemenu
GNU General Public License v3.0
49 stars 3 forks source link

any idea how to display/parse the line brakes \n (to make it look vertical) #24

Open nbari opened 4 months ago

nbari commented 4 months ago

I am using this options:

BEMENU_OPTS='--fn "Monoid Nerd Font Mono 10" -l 10'

The font works but I can't make the menu to show vertically it keeps showing horizontally

I am using it with gpg-conf, this is my gpg-agent.conf:

pinentry-program /usr/bin/pinentry-bemenu

Maybe could be because the \n are not parsed: swappy-20240512_082025

t-8ch commented 4 months ago

-l affects the selectable elements, not the prompt. For multiline prompts see https://github.com/Cloudef/bemenu/issues/227 .

The current translation of \n into a special display character is actually a feature.