mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
brmd: Convert modes,markup from our to my, local to Alphasign
This commit is contained in:
parent
ec3cabebf0
commit
91b2c16e69
1 changed files with 2 additions and 2 deletions
|
@ -815,7 +815,7 @@ sub rawtext {
|
|||
}
|
||||
}
|
||||
|
||||
our %modes;
|
||||
my %modes;
|
||||
BEGIN {
|
||||
tie(%modes, 'Tie::IxHash',
|
||||
'hold' => 'b',
|
||||
|
@ -856,7 +856,7 @@ tie(%modes, 'Tie::IxHash',
|
|||
sub mode_list {
|
||||
return keys %modes;
|
||||
}
|
||||
our %markup;
|
||||
my %markup;
|
||||
BEGIN {
|
||||
tie(%markup, 'Tie::IxHash',
|
||||
red => ["\x1C1", "\x1C1"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue