Use VIS_CSTYLE for paste buffers also.

This commit is contained in:
Nicholas Marriott
2020-05-01 17:59:13 +01:00
parent 1fa9bcc183
commit bf84359dfb
2 changed files with 2 additions and 2 deletions

View File

@ -311,7 +311,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;