bug-ncurses
[Top][All Lists]
Advanced

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

infocmp posible bug


From: Peter Radisson
Subject: infocmp posible bug
Date: Fri, 10 Jan 2025 23:17:13 +0100
User-agent: Mozilla Thunderbird

Hi,
i was playing with infocmp to learn about long and short names so i can
use tput better.

I am using the current version with opensuse
infocmp -V
ncurses 6.1.20180317

when i was dumping the xterm capabilities i noted that the long name
version has one entry that the short version is missing. So far i
understand is there for any long name also a short name, so this may
indicate an error.


 infocmp -sd -1  | head -15 | more
#                                              Reconstructed via infocmp
from file: /usr/share/terminfo/x/xterm
xterm|xterm terminal emulator (X Window System),
                                               am,
                                               xenl,
                                               km,
                                               mir,
                                               msgr,
                                               mc5i,
                                               npc,
                                               bce,
                                               cols#80,
                                               it#8,
                                               lines#24,
                                               colors#8,
                                               pairs#64,


infocmp -sd -1 -L | head -15 | more
#                                              Reconstructed via infocmp
from file: /usr/share/terminfo/x/xterm
xterm|xterm terminal emulator (X Window System),
                                               auto_right_margin,
                                               eat_newline_glitch,
                                               has_meta_key,
                                               move_insert_mode,
                                               move_standout_mode,
                                               prtr_silent,
                                               no_pad_char,
                                               back_color_erase,
                                               backspaces_with_bs,
                                               columns#80,
                                               init_tabs#8,
                                               lines#24,
                                               max_colors#8,

comparing shows
        bce=back_color_erase
        ???=backspaces_with_bs
        cols#80=columns#80

hope that helps



reply via email to

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