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/>
index | next in thread | raw e-mail
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@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: dickey@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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247447-227>
