mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Ref #421 (Add an option to make /hilight case sensitive)
Allow use of /hilight -case exAMPle (compatible with other options)
Added matchcase to hilight config file (exemple: { text = exAMPle; matchcase = yes; } )
This commit is contained in:
parent
9fa3869a97
commit
d8a6e66699
3 changed files with 18 additions and 5 deletions
|
|
@ -10,6 +10,7 @@
|
|||
-line: Highlights the whole line.
|
||||
-mask: Highlights all messages from users matching the mask.
|
||||
-full: The text must match the full word.
|
||||
-case: The text must match case.
|
||||
-regexp: The text is a regular expression.
|
||||
-color: The color the display the highlight in.
|
||||
-actcolor: The color to mark the highlight activity in the statusbar.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue