Add revspace specific plugins
Written by several authors. There is no log...
This commit is contained in:
parent
b6855df288
commit
9797e3c1c8
8 changed files with 210 additions and 1 deletions
16
plugins/revspace_window
Normal file
16
plugins/revspace_window
Normal file
|
@ -0,0 +1,16 @@
|
|||
sub command {
|
||||
# Bij elke invoer (bijv. barcode-scan) terug naar window 0.
|
||||
system qw(screen -S bar -X at % select 0);
|
||||
|
||||
# Iemand zet steeds vbell aan, en dus het piepje uit. Daardoor werkt de
|
||||
# idle-plugin niet zinnig en dat kost geld.
|
||||
system qw(screen -S bar -X vbell off);
|
||||
|
||||
return NEXT;
|
||||
}
|
||||
|
||||
sub hook_abort {
|
||||
command();
|
||||
return undef;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue