Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hilights span over subsequent lines #1355

Closed
vague666 opened this issue Nov 9, 2021 · 1 comment · Fixed by ailin-nemui/irssi#49
Closed

Hilights span over subsequent lines #1355

vague666 opened this issue Nov 9, 2021 · 1 comment · Fixed by ailin-nemui/irssi#49
Milestone

Comments

@vague666
Copy link
Member

vague666 commented Nov 9, 2021

As seen here, the first hilight colors lines below, they don't register as hilights but coloring should be limited to the hilight line
image
Unclear if this happens for levels other than DCCMSGS

Hilight is configured as
1 \bvague\b -line -regexp -color %8%K%7 -actcolor %M

@vague666
Copy link
Member Author

vague666 commented Nov 9, 2021

Output from linebufferX.pl cmd /dumpformats -levels-prepend -meta

 43         [DCCMSGS HILIGHTS]  fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Hey vague!  My name is slackpkg and I am running eggdrop v1.8.1, on Linux 5.14.15-100.fc33.x86_64.
                                    bless( {_irssi:'94178315212288',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 44         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1]  
                        bless( {_irssi:'94178319333760',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 45         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Local time is now 05:17
                        bless( {_irssi:'94178311974352',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 46         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Use .help for basic help.
                        bless( {_irssi:'94178304358544',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 47         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Use .help <command> for help on a specific command.
                        bless( {_irssi:'94178315699872',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 48         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Use .help all to get a full command list.
                        bless( {_irssi:'94178337233856',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 49         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Use .help *somestring* to list any help texts containing "somestring".
                        bless( {_irssi:'94178363417728',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 50         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1]  
                        bless( {_irssi:'94178302679664',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 51         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Have fun.
                       bless( {_irssi:'94178304321568',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 52         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1]  
                        bless( {_irssi:'94178340026080',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 53         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Commands start with '.' (like '.quit' or '.help')
                        bless( {_irssi:'94178305523040',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 54         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] Everything else goes out to the party line.
                        bless( {_irssi:'94178345257152',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 55         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] 
                        bless( {_irssi:'94178336904560',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 56         [DCCMSGS]     fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] You have no messages.
                        bless( {_irssi:'94178322017120',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 57         [DCCMSGS HILIGHTS]  fe-common/irc/dcc#dcc_msg_query
 [0] slackpkg
 [1] *** vague joined the party line.
                                    bless( {_irssi:'94178363916000',"hilight-color":"","hilight-line":"\1"}, 'Irssi::UI::LineInfoMeta' )
 58         [NO_ACT DCCMSGS NOHILIGHT]      fe-common/irc/dcc#own_dcc_query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants