1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Add paging to advanced example

This commit is contained in:
sharkdp
2020-04-22 21:53:01 +02:00
committed by David Peter
parent 12eee0c590
commit cba9df746e
2 changed files with 5 additions and 1 deletions

View File

@@ -41,3 +41,6 @@ pub use line_range::LineRange;
pub use pretty_printer::PrettyPrinter;
pub use syntax_mapping::{MappingTarget, SyntaxMapping};
pub use wrapping::WrappingMode;
#[cfg(feature = "paging")]
pub use config::PagingMode;