mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 03:12:25 +01:00
Switch to "·" (U+00B7) Middle Dot from "•" (U+2022) Bullet
This commit is contained in:
@@ -60,7 +60,7 @@ pub fn replace_nonprintable(input: &[u8], tab_width: usize) -> String {
|
||||
|
||||
match chr {
|
||||
// space
|
||||
' ' => output.push('•'),
|
||||
' ' => output.push('·'),
|
||||
// tab
|
||||
'\t' => {
|
||||
if tab_width == 1 {
|
||||
|
Reference in New Issue
Block a user