Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2021 19:24:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 248754] sysutils/less: charset.c patch appears to break -R
Message-ID:  <bug-248754-7788-377dwX9hcA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248754-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248754-7788@https.bugs.freebsd.org/bugzilla/>

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

Dmitry Marakasov <amdmi3@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs@FreeBSD.org      |amdmi3@FreeBSD.org

--- Comment #7 from Dmitry Marakasov <amdmi3@FreeBSD.org> ---
I can confirm.

ps --libxo json | jq -C | /usr/local/bin/less -R

ESC[1;39m{
  ESC[0mESC[34;1m"process-information"ESC[0mESC[1;39m: ESC[0mESC[1;39m{
    ESC[0mESC[34;1m"process"ESC[0mESC[1;39m: ESC[0mESC[1;39m[
      ESC[1;39m{
        ESC[0mESC[34;1m"pid"ESC[0mESC[1;39m:
ESC[0mESC[0;32m"24867"ESC[0mESC[1;39m,
        ESC[0mESC[34;1m"terminal-name"ESC[0mESC[1;39m: ESC[0mESC[0;32m"2
"ESC[0mESC[1;39m,
        ESC[0mESC[34;1m"state"ESC[0mESC[1;39m:
ESC[0mESC[0;32m"Is+"ESC[0mESC[1;39m,
        ESC[0mESC[34;1m"cpu-time"ESC[0mESC[1;39m:
ESC[0mESC[0;32m"0:03.15"ESC[0mESC[1;39m,
        ESC[0mESC[34;1m"command"ESC[0mESC[1;39m:
ESC[0mESC[0;32m"zsh"ESC[0mESC[1;39m
      ESC[1;39m}ESC[0mESC[1;39m,

After patch removed (correctly colored output):

{
  "process-information": {
    "process": [
      {
        "pid": "24867",
        "terminal-name": "2 ",
        "state": "Is+",
        "cpu-time": "0:03.15",
        "command": "zsh"
      },

Both in system console and in urxvt.

> You=E2=80=99re welcome to try removing it with a committer=E2=80=99s help.

I take it as maintainer is OK with removing it. While here, some minor clea=
nup
to the port.

--=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-248754-7788-377dwX9hcA>