@ -214,10 +214,15 @@ class Terminal {
< / d i v >
< / d i v >
$ { self . _view . dropdown }
$ { self . _view . dropdown }
< input type = "text" class = $ { css . filter } onkeyup = $ { filter } > < / d i v >
< input type = "text" class = $ { css . filter } onkeyup = $ { filter } > < / d i v >
< input onchange = $ { listenOnNetwork } type = "checkbox" / > < label title = "Remix will listen on all transactions mined in the current environment and not only transactions created from the GUI" > Listen on network < / l a b e l >
$ { self . _view . icon }
$ { self . _view . icon }
< / d i v >
< / d i v >
< / d i v >
< / d i v >
`
`
function listenOnNetwork ( ev ) {
self . event . trigger ( 'listenOnNetWork' , [ ev . currentTarget . checked ] )
}
self . _view . term = yo `
self . _view . term = yo `
< div class = $ { css . terminal } onscroll = $ { throttle ( reattach , 10 ) } onclick = $ { focusinput } >
< div class = $ { css . terminal } onscroll = $ { throttle ( reattach , 10 ) } onclick = $ { focusinput } >
$ { self . _view . journal }
$ { self . _view . journal }