I'm having trouble implementing a checkbox with dialog
, in Linux Mint.
What happens is that the --item-help
option is used, the box mounts the checkbox
wrong.
dialog --title 'Seleção dos Componentes' --checklist 'O que você quer instalar?' 0 0 0 syntax 'Arquivos de sintaxe' off mouse 'Suporte a mouse' off color 'Suporte a cores' on beep 'Driver avançado de som' off
The above code works as expected.
However, if I add --item-help
, the dialog
simply forgets "mouse".
dialog --item-help --title 'Seleção dos Componentes' --checklist 'O que você quer instalar?' 0 0 0 syntax 'Arquivos de sintaxe' off mouse 'Suporte a mouse' off color 'Suporte a cores' on beep 'Driver avançado de som' off
The version of dialog
I am using is 1.3-20160209 .