bug-ncurses
[Top][All Lists]
Advanced

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

Missing bel capability in konsole-direct terminfo entry


From: Nia Huang
Subject: Missing bel capability in konsole-direct terminfo entry
Date: Sat, 30 May 2020 07:09:22 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hi,


In ncurses version 6.2 I found out that there is no bel capability for konsole-direct. In fact it seems that there is no bell in the first place.


In misc/terminfo.src:

konsole-base|KDE console window,
        bce, km@, npc, XT,
        ncv@,
        bel@, blink=\E[5m, civis=\E[?25l, cnorm=\E[?25h, dim=\E[2m,


The bel capability is canceled in konsole-base entry, so all inherited konsole-* entries are affected.


This causes problem that when I use konsole and tmux:

    1. execute konsole terminal-emulator with TERM set to konsole-direct

    2. open two tabs and execute tmux in one tab

    3. ring a bell in tmux window by

sleep 1; printf '\a'

    4. switch to the other tab before timeout

    5. no bells detected

If I set TERM to xterm-direct in step 1, bells are functioning.


May I ask you to enable bel capability for the konsole-base entry?


Thanks.




reply via email to

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