Use VIS_CSTYLE for paste buffers also.

This commit is contained in:
nicm
2020-05-16 15:35:19 +00:00
parent 9605b080f6
commit 2df75aa117
2 changed files with 2 additions and 2 deletions

View File

@@ -312,7 +312,7 @@ paste_make_sample(struct paste_buffer *pb)
{
char *buf;
size_t len, used;
const int flags = VIS_OCTAL|VIS_TAB|VIS_NL;
const int flags = VIS_OCTAL|VIS_CSTYLE|VIS_TAB|VIS_NL;
const size_t width = 200;
len = pb->size;