ダイアログウィンドウを画面の上部に配置するためにtputコマンドを使用することは可能ですか?
たとえば、次のダイアログコマンドは、ログがtailコマンドで実行されていることを表示します。
dialog --tailbox file.log 10 100
デフォルトでは、ダイアログウィンドウは画面の中央に配置されます
しかし、ダイアログウィンドウを中央ではなく上部に配置したい
アドバイスをお願いしますそれを行う方法は??
tputコマンドについて:
DESCRIPTION
The tput utility uses the terminfo database to make the values of terminal- dependent capabilities and informa-
tion available to the Shell (see sh(1)), to initialize or reset the terminal, or return the long name of the
requested terminal type. The result depends upon the capabilityâs type:
tput
はこの目的には役に立ちません。ダイアログの--begin
オプションを使用します。 --begin 0 0
は、ターミナルの左上隅にウィンドウを配置します。