mirror of
https://github.com/tmux/tmux.git
synced 2026-03-31 16:56:28 +00:00
Add new fuzzers for command parsing, formats and styles, from David Korczynski
in GitHub issue 4957.
This commit is contained in:
73
fuzz/style-fuzzer.dict
Normal file
73
fuzz/style-fuzzer.dict
Normal file
@@ -0,0 +1,73 @@
|
||||
# Style attributes
|
||||
"default"
|
||||
"ignore"
|
||||
"nodefaults"
|
||||
"bright"
|
||||
"bold"
|
||||
"dim"
|
||||
"underscore"
|
||||
"blink"
|
||||
"reverse"
|
||||
"hidden"
|
||||
"italics"
|
||||
"overline"
|
||||
"strikethrough"
|
||||
"double-underscore"
|
||||
"curly-underscore"
|
||||
"dotted-underscore"
|
||||
"dashed-underscore"
|
||||
"nobright"
|
||||
"nobold"
|
||||
"nodim"
|
||||
"nounderscore"
|
||||
"noblink"
|
||||
"noreverse"
|
||||
"nohidden"
|
||||
"noitalics"
|
||||
"nooverline"
|
||||
"nostrikethrough"
|
||||
|
||||
# Colours
|
||||
"fg="
|
||||
"bg="
|
||||
"us="
|
||||
"fill="
|
||||
"colour0"
|
||||
"colour255"
|
||||
"red"
|
||||
"green"
|
||||
"blue"
|
||||
"yellow"
|
||||
"cyan"
|
||||
"magenta"
|
||||
"white"
|
||||
"black"
|
||||
|
||||
# RGB and hex
|
||||
"#ff0000"
|
||||
"#00ff00"
|
||||
"#0000ff"
|
||||
|
||||
# Alignment and ranges
|
||||
"align=left"
|
||||
"align=centre"
|
||||
"align=right"
|
||||
"align=absolute-centre"
|
||||
"list=on"
|
||||
"list=focus"
|
||||
"list=left-marker"
|
||||
"list=right-marker"
|
||||
"range=left"
|
||||
"range=right"
|
||||
"range=pane"
|
||||
"range=window"
|
||||
"range=session"
|
||||
"range=user"
|
||||
|
||||
# Width and padding
|
||||
"width="
|
||||
"pad="
|
||||
|
||||
# Delimiters
|
||||
","
|
||||
" "
|
||||
Reference in New Issue
Block a user