Loading bin/efa +6 −1 Original line number Diff line number Diff line Loading @@ -152,8 +152,13 @@ sub display_connection { } for my $notice ( $c->current_info ) { if ( $notice->{subtitle} ne $notice->{subject} ) { printf( "# %s - %s\n", $notice->{subtitle}, $notice->{subject} ); } else { printf( "# %s\n", $notice->{subtitle} ); } } if ( $opt->{maps} ) { for my $m ( $c->departure_routemaps, $c->departure_stationmaps ) { Loading Loading
bin/efa +6 −1 Original line number Diff line number Diff line Loading @@ -152,8 +152,13 @@ sub display_connection { } for my $notice ( $c->current_info ) { if ( $notice->{subtitle} ne $notice->{subject} ) { printf( "# %s - %s\n", $notice->{subtitle}, $notice->{subject} ); } else { printf( "# %s\n", $notice->{subtitle} ); } } if ( $opt->{maps} ) { for my $m ( $c->departure_routemaps, $c->departure_stationmaps ) { Loading