annotate src/vim_mask.xbm @ 23715:b6d8d9578375 v8.2.2399

patch 8.2.2399: fold test fails in wide terminal Commit: https://github.com/vim/vim/commit/7cf0c114d690c91ac88c92a1a6f1b1935cb6410f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 24 12:00:01 2021 +0100 patch 8.2.2399: fold test fails in wide terminal Problem: Fold test fails in wide terminal. Solution: Adjust the test. (Dominique Pelle, closes https://github.com/vim/vim/issues/7731, closes https://github.com/vim/vim/issues/7739)
author Bram Moolenaar <Bram@vim.org>
date Sun, 24 Jan 2021 12:15:04 +0100
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 #define vim_mask_icon_width 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 #define vim_mask_icon_height 32
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 static unsigned char vim_mask_icon_bits[] = {
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 0x00, 0x80, 0x01, 0x00, 0x00, 0xc0, 0x03, 0x00, 0xfc, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 0xfc, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0x7f, 0xf8, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 0xf0, 0xff, 0xff, 0x7f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x1f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 0xf0, 0xff, 0xff, 0x0f, 0xf0, 0xff, 0xff, 0x07, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 0xf8, 0xff, 0xff, 0x1f, 0xfc, 0xff, 0xff, 0x3f, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10 0xfc, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x1f, 0xf0, 0xff, 0xff, 0x0f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 0xf0, 0xff, 0xff, 0x5f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
12 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x3f,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13 0xf0, 0xff, 0xff, 0x3f, 0xf0, 0xff, 0xff, 0x7f, 0xd0, 0xe1, 0xdf, 0x1c,
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 0x00, 0xc0, 0x43, 0x00, 0x00, 0x80, 0x01, 0x00};