배경 창에서 생성된 벨소리를 화면에서 전송하도록 하려면 어떻게 해야 합니까?

배경 창에서 생성된 벨소리를 화면에서 전송하도록 하려면 어떻게 해야 합니까?

활성 창에서 소리 벨소리를 시각적 단서로 교체했는데, 배경 창의 경우 시각적 알림 대신 소리 벨소리를 받을 수 있나요?

답변1

리터럴 "^G"를 포함하도록 "bell_msg"를 재정의합니다. (즉, 이 두 캐릭터는캐럿그리고캐피탈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).

관련 정보