diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-12-11 15:50:59 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-12-11 15:50:59 +0100 |
| commit | 40c387aca214f701cd316c63b290ba7f35abbe3a (patch) | |
| tree | 9b9434695b2016b0f6b57c0f3ced260ff1f22a37 /view.c | |
| parent | 8c5205ad56f0bd76d3f9cd4a85eba9e01d071228 (diff) | |
| parent | 8000440b2de276f6ee65f3f369b8622478a0afb2 (diff) | |
| download | vis-40c387aca214f701cd316c63b290ba7f35abbe3a.tar.gz vis-40c387aca214f701cd316c63b290ba7f35abbe3a.tar.xz | |
Merge branch 'fix-typos' of https://github.com/moesasji/vis
Diffstat (limited to 'view.c')
| -rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,7 +358,7 @@ void view_draw(View *view) { cell = (Cell){ .data = "\xEF\xBF\xBD", .len = len, .width = 1 }; } else if (len == (size_t)-2) { /* not enough bytes available to convert to a - * wide character. advance file position and read + * wide character. Advance file position and read * another junk into buffer. */ rem = text_bytes_get(view->text, pos+prev_cell.len, size, text); |
