1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

GH-666 Add some more characters for visual inspection

This commit is contained in:
Tae Won Ha 2018-08-27 19:44:21 +02:00
parent d904fe23ad
commit 9bd76bd91d

View File

@ -119,6 +119,15 @@ class MyView: NSView {
chunk: [">", "=", " ", "-", "-", ">", " ", "<", "=", ">"],
attrIds: Array(repeating: 0, count: 10)
)
self.ugrid.update(
row: 1,
startCol: 0,
endCol: 10,
clearCol: 10,
clearAttr: 0,
chunk: [ "", "τ" ,"έ", "", "-", ">", " ", "<", "=", ">"],
attrIds: Array(repeating: 0, count: 10)
)
self.ugrid.update(
row: 2,
startCol: 0,