bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dialog: Inputbox default window


From: Tyler Joseph Huffman
Subject: Dialog: Inputbox default window
Date: Thu, 28 Jan 2016 18:31:29 +0100

Hello!

I'm developing a small tool to read in barcode scans on a keyboardless
computer, and I've been using the dialog tool as a library for a C++
application.

In the bash example, running:

$> dialog --inputbox "Hello, world!" 0 0

Has the cursor default to the input box. However, calling the function:

dialog_inputbox("", "Hello, world!", 0, 0, 0, 0);

Should functionally produce the same result, though in this case, the
default cursor is on the "Ok" button. Is this a bug? And if not,
perhaps I am misunderstanding a key detail for the default cursor
placement?


Regards,
Tyler Huffman



reply via email to

[Prev in Thread] Current Thread [Next in Thread]