diff options
author | Christian Duerr <contact@christianduerr.com> | 2017-12-06 23:51:39 +0100 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-12-24 09:46:54 -0800 |
commit | 5177e42bca3a1a3c86a9b1a8d369d0bd220cf504 (patch) | |
tree | e008af356c77592116eaabefe48b396fe53e0e1d /src/term | |
parent | 5149dcffbffe0bf35ad3bc85a48f9c82b9ea6477 (diff) | |
download | alacritty-5177e42bca3a1a3c86a9b1a8d369d0bd220cf504.tar.gz alacritty-5177e42bca3a1a3c86a9b1a8d369d0bd220cf504.zip |
Update comment to reference proper character
The unicode character comment has been updated to correctly reference
the character instead of commenting on the variable that might be that
character.
Diffstat (limited to 'src/term')
-rw-r--r-- | src/term/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/term/mod.rs b/src/term/mod.rs index 1fbe4d8e..2e1365fb 100644 --- a/src/term/mod.rs +++ b/src/term/mod.rs @@ -208,7 +208,6 @@ impl<'a> RenderableCellsIter<'a> { }); let cursor_color = self.text_cursor_color(&cursor_cell); - // This is part of the private use area and shouldn't be used by any font cursor_cell.c = font::UNDERLINE_CURSOR_CHAR; cursor_cell.fg = cursor_color; self.cursor_cells.push_back(Indexed { |