mirror of
https://github.com/sharkdp/bat
synced 2026-07-30 18:11:44 +00:00
Move PagingMode to separate module
This commit is contained in:
+2
-1
@@ -15,10 +15,11 @@ use console::Term;
|
||||
|
||||
use bat::{
|
||||
assets::HighlightingAssets,
|
||||
config::{Config, PagingMode},
|
||||
config::Config,
|
||||
error::*,
|
||||
input::Input,
|
||||
line_range::{HighlightedLineRanges, LineRange, LineRanges},
|
||||
paging::PagingMode,
|
||||
style::{StyleComponent, StyleComponents},
|
||||
MappingTarget, SyntaxMapping, WrappingMode,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user