Skip to content

Commit a47c9b7

Browse files
committed
set default window width to 2*64 bytes = 128 bytes
1 parent e80859d commit a47c9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ macro_rules! counter_offset_default {
4848
#[macro_export]
4949
macro_rules! output_line_char_nb_max_default {
5050
() => {
51-
60usize
51+
64usize
5252
};
5353
}
5454

0 commit comments

Comments
 (0)