File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,9 @@ function showMessagesScroller(msg) {
342342 setColor ( "#0f0" ) . drawImage ( footerImgPos , r . w - 64 - 5 , r . y ) ;
343343 }
344344 if ( 0 === scrollIdx ) {
345- g . setColor ( "#f00" ) . drawImage ( atob ( "GBiBAAAYAAH/gAf/4A//8B//+D///D///H/P/n+H/n8P/n4f/vwAP/wAP34f/n8P/n+H/n/P/j///D///B//+A//8Af/4AH/gAAYAA==" ) , r . x , r . y ) ;
345+ g .
346+ setColor ( "#f00" ) . drawImage ( atob ( "GBiBAAAYAAH/gAf/4A//8B//+D///D///H/P/n+H/n8P/n4f/vwAP/wAP34f/n8P/n+H/n/P/j///D///B//+A//8Af/4AH/gAAYAA==" ) , r . x , r . y - 1 ) .
347+ setColor ( g . theme . fg2 ) . drawImage ( atob ( "GBgBABgAAf+AB//gD//wH//4P//8P//8fAA+fAA+f//+f//+/AA//AA/f//+f//+fAA+fAA+P//8P//8H//4D//wB//gAf+AABgA" ) , r . w - 24 , r . y - 1 ) ;
346348 }
347349 if ( scrollIdx < shownScrollIdxFirst ) { shownScrollIdxFirst = scrollIdx ; }
348350 if ( scrollIdx > shownScrollIdxLast ) { shownScrollIdxLast = scrollIdx ; }
You can’t perform that action at this time.
0 commit comments