AutoYADM commit: 2025-05-22 00:39:39

This commit is contained in:
Daniel Fichtinger 2025-05-22 00:39:39 -04:00
parent a7a29b4794
commit 346f4663c2
3 changed files with 20 additions and 6 deletions

View file

@ -25,6 +25,15 @@ declare-option -docstring %{
Default: '%s %s'
} str bar_inactive_fmt '%s %s'
declare-option -docstring %{
Format string passed to printf for the bufferlist.
It should be set in the global scope.
It receives two string arguments, where the first is the buffer index,
and the second is the buffer name.
Default: '%s %s+'
} str bar_inactive_modified_fmt '%s %s+'
define-command -hidden bar-buflist %{
evaluate-commands %sh{
# starttime=$(date +%s.%N)