Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jun 2020 19:52:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 247447] Add blink/dim/invis attributes to base termcap(5)
Message-ID:  <bug-247447-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247447

            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@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: dickey@invisible-island.net

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

Some ports support dim colors on terminal but base termcap(5) doesn't define
"mh" for TERM=3Dxterm. 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=3Denter_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`

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247447-227>