-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
In version 2.7.0 with Apple Terminal, background color seems to be broken, which can be seen if background image or transparency is enabled:
Debug log:
Please post the following report at <https://github.com/walles/moor/issues>,
or e-mail it to johan.walles@gmail.com.
Version : 2.7.0
LANG : en_US.UTF-8
TERM : xterm-256color
MOOR :
EDITOR : /opt/local/bin/nano
TERM_PROGRAM : Apple_Terminal
LESS_TERMCAP_md : ESC[1;31m
LESS_TERMCAP_us : ESC[1;4;32m
LESS_TERMCAP_so : ESC[01;33m
GOOS : darwin
GOARCH : arm64
Compiler: gc
NumCPU : 16
Stdin is a terminal: true
Stdout is a terminal: true
time="Oct 25 20:07:08.051573" level=debug msg="File is assumed to be uncompressed: /Users/Admin/Documents/Scripts/auto-updatedb.sh"
time="Oct 25 20:07:08.054620" level=debug msg="File is assumed to be uncompressed: /Users/Admin/Documents/Scripts/auto-updatedb.sh"
time="Oct 25 20:07:08.054629" level=info msg="ttyin terminal state: &{state:{termios:{Iflag:26624 Oflag:2 Cflag:19200 Lflag:536870979 Cc:[4 255 255 127 23 21 18 255 3 28 26 25 17 19 22 15 1 0 20 255] Ispeed:9600 Ospeed:9600}}}"
time="Oct 25 20:07:08.054634" level=info msg="ttyout terminal state: &{state:{termios:{Iflag:26624 Oflag:2 Cflag:19200 Lflag:536870979 Cc:[4 255 255 127 23 21 18 255 3 28 26 25 17 19 22 15 1 0 20 255] Ispeed:9600 Ospeed:9600}}}"
time="Oct 25 20:07:08.054637" level=debug msg="Counted 13 lines in 7.375µs at 567ns/line"
time="Oct 25 20:07:08.054649" level=info msg="No known terminal with arrow keys emulation detected, assuming mouse tracking is needed"
time="Oct 25 20:07:08.054657" level=info msg="Stream read in 14.541µs, have 13 lines"
time="Oct 25 20:07:08.054674" level=info msg="Entering Twin main loop..."
time="Oct 25 20:07:08.055056" level=debug msg="Terminal background color detected as #808080 after 397.625µs"
time="Oct 25 20:07:08.060302" level=debug msg="Using style <tango>"
time="Oct 25 20:07:08.060306" level=info msg="Pager starting"
time="Oct 25 20:07:08.060453" level=info msg="Entering pager main loop..."
time="Oct 25 20:07:08.061599" level=debug msg="highlightFromMemory() took 6.937291ms"
time="Oct 25 20:07:08.061602" level=debug msg="Tailing file /Users/Admin/Documents/Scripts/auto-updatedb.sh"
time="Oct 25 20:07:23.861751" level=info msg="ttyin read error, twin giving up: EOF"
Apparantly everything between 2.1.1 and 2.7 is broken. 2.1.1 works fine:
Debug log:
Please post the following report at <https://github.com/walles/moor/issues>,
or e-mail it to johan.walles@gmail.com.
Version : 2.1.1
LANG : en_US.UTF-8
TERM : xterm-256color
MOOR :
EDITOR : /opt/local/bin/nano
TERM_PROGRAM : Apple_Terminal
GOOS : darwin
GOARCH : arm64
Compiler: gc
NumCPU : 16
Stdin is a terminal: true
Stdout is a terminal: true
time="Oct 25 20:08:39.968928" level=debug msg="File is assumed to be uncompressed: /Users/Admin/Documents/Scripts/auto-updatedb.sh"
time="Oct 25 20:08:39.971657" level=debug msg="File is assumed to be uncompressed: /Users/Admin/Documents/Scripts/auto-updatedb.sh"
time="Oct 25 20:08:39.971668" level=debug msg="Counted 13 lines in 3.292µs at 253ns/line"
time="Oct 25 20:08:39.971674" level=info msg="Stream read in 3.375µs, have 13 lines"
time="Oct 25 20:08:39.971776" level=info msg="ttyin terminal state: &{state:{termios:{Iflag:26624 Oflag:2 Cflag:19200 Lflag:536870979 Cc:[4 255 255 127 23 21 18 255 3 28 26 25 17 19 22 15 1 0 20 255] Ispeed:9600 Ospeed:9600}}}"
time="Oct 25 20:08:39.971782" level=info msg="ttyout terminal state: &{state:{termios:{Iflag:26624 Oflag:2 Cflag:19200 Lflag:536870979 Cc:[4 255 255 127 23 21 18 255 3 28 26 25 17 19 22 15 1 0 20 255] Ispeed:9600 Ospeed:9600}}}"
time="Oct 25 20:08:39.971799" level=info msg="No known terminal with arrow keys emulation detected, assuming mouse tracking is needed"
time="Oct 25 20:08:39.971854" level=info msg="Entering Twin main loop..."
time="Oct 25 20:08:39.972390" level=debug msg="Terminal background color detected as #808080 after 568.041µs"
time="Oct 25 20:08:39.972394" level=debug msg="Using style <tango>"
time="Oct 25 20:08:39.972396" level=info msg="Pager starting"
time="Oct 25 20:08:39.972415" level=info msg="Entering pager main loop..."
time="Oct 25 20:08:39.973374" level=debug msg="highlightFromMemory() took 1.69775ms"
time="Oct 25 20:08:39.973377" level=debug msg="Tailing file /Users/Admin/Documents/Scripts/auto-updatedb.sh"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels