1
0
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:
sharkdp
2020-04-22 22:54:33 +02:00
committed by David Peter
parent 17f3a3b95d
commit 8961f7aef8
7 changed files with 24 additions and 22 deletions
+2 -1
View File
@@ -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,
};