[Bug 247447] Add blink/dim/invis attributes to base termcap(5)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 20 19:52:22 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247447

            Bug ID: 247447
           Summary: Add blink/dim/invis attributes to base termcap(5)
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: dickey at invisible-island.net

Created attachment 215828
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215828&action=edit
v1

Some ports support dim colors on terminal but base termcap(5) doesn't define
"mh" for TERM=xterm. Let's port it from terminfo(5) along with some other
attributes.

- editors/emacs (-nw)
- editors/ne
- shells/fish
- sysutils/smenu

https://codesearch.debian.net/search?q=enter_dim_mode

Test case:
$ pkg install xterm
$ xterm
$ echo `tput mb`blink`tput me` `tput mh`dim`tput me` `tput mk`invis`tput me`

$ pkg install tmux
$ tmux
$ tmux server-info | fgrep -e blink -e dim -e invis
$ echo `tput mb`blink`tput me` `tput mh`dim`tput me` `tput mk`invis`tput me`

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list