From 5177e42bca3a1a3c86a9b1a8d369d0bd220cf504 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 6 Dec 2017 23:51:39 +0100 Subject: 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. --- font/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'font') diff --git a/font/src/lib.rs b/font/src/lib.rs index d22746d3..2079d04b 100644 --- a/font/src/lib.rs +++ b/font/src/lib.rs @@ -60,6 +60,7 @@ pub use darwin::*; /// Character used for the underline cursor #[cfg(not(target_os = "macos"))] +// This is part of the private use area and should not conflict with any font pub const UNDERLINE_CURSOR_CHAR: char = '􊏢'; #[cfg(target_os = "macos")] pub const UNDERLINE_CURSOR_CHAR: char = '▁'; -- cgit