背景ウィンドウで生成された着信音を画面から送信するにはどうすればよいですか?

背景ウィンドウで生成された着信音を画面から送信するにはどうすればよいですか?

アクティブウィンドウで着信音を視覚的な手がかりに置き換えましたが、背景ウィンドウの場合は視覚的な通知の代わりに音の着信音を受け取ることができますか?

ベストアンサー1

リテラル "^G" を含むように "bell_msg" をオーバーライドします。 (つまり、これら2つのキャラクターはカラットそしてキャピタルG.)

screenマンページから:

   bell_msg [message]

   When a bell character is  sent  to  a  background  window,
   screen  displays  a notification in the message line.  The
   notification message can be re-defined  by  this  command.
   Each  occurrence of `%' in message is replaced by the num­
   ber of the window to which a bell has been sent, and  each
   occurrence  of `^G' is replaced by the definition for bell
   in your termcap (usually an audible  bell).

おすすめ記事