mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
[ScriptMode] Add markup to message test in script mode test.
This commit is contained in:
parent
eb3f2683e7
commit
974b482500
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo -en "\0prompt\x1ftesting\n"
|
||||
echo -en "\x00prompt\x1ftesting\n"
|
||||
echo -en "\0urgent\x1f0,2\n"
|
||||
echo -en "\0active\x1f1\n"
|
||||
echo -en "\0message\x1fSpecial message\n"
|
||||
echo -en "\0message\x1fSpecial <b>bold</b>message\n"
|
||||
|
||||
echo "aap"
|
||||
echo "noot"
|
||||
|
|
Loading…
Reference in a new issue