[help] How can I prevent backslash \ printed as ^H?
#1419
Replies: 6 comments 5 replies
-
|
Hi @avatar-lavventura, can you provide the raw input to delta that causes the problem? E.g. |
Beta Was this translation helpful? Give feedback.
-
|
Sure: |
Beta Was this translation helpful? Give feedback.
-
|
This works for me. Does it work for you if you disable paging (e.g.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
I think this is a problem with your pager (less) or your terminal emulator. Does the bug occur if you are not using a pager? |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a latex file where I have a lot of back slash character followed by
blike\bash{string}or\bottomrule.delta shows
\bas^H:I was not able to figure out cause of this error. Is it possible to prevent this?
my config:
[delta] pager = less +A navigate = true light = false syntax-theme = Dracula line-numbers = false side-by-side = false minus-style = syntax "#3f0001" plus-style = bold syntax "#003800" whitespace-error-style = 22 reverse hunk-header-decoration-style = omit features = line-numbers highlight-removed side-by-side diff-so-fancy markEmptyLines = false commit-style = yellow whitespace-error-style = reverse magenta file-style = omitBeta Was this translation helpful? Give feedback.
All reactions