better comments
This commit is contained in:
parent
eea55fa02d
commit
417c596322
1 changed files with 1 additions and 21 deletions
|
@ -135,27 +135,7 @@ impl Grid {
|
|||
/// displayability
|
||||
///
|
||||
impl Grid {
|
||||
/// 0: '┘'
|
||||
///
|
||||
/// 1: '┐'
|
||||
///
|
||||
/// 2: '┌'
|
||||
///
|
||||
/// 3: '└'
|
||||
///
|
||||
/// 4: '┼'
|
||||
///
|
||||
/// 5: '─'
|
||||
///
|
||||
/// 6: '├'
|
||||
///
|
||||
/// 7: '┤'
|
||||
///
|
||||
/// 8: '┴'
|
||||
///
|
||||
/// 9: '┬'
|
||||
///
|
||||
/// 10: '│'
|
||||
/// (0: '┘'), (1: '┐'), (2: '┌'), (3: '└'), (4: '┼'), (5: '─'), (6: '├'), (7: '┤'), (8: '┴'), (9: '┬'), (10: '│')
|
||||
const DISPLAY_CHAR: [&'static str; 11] =
|
||||
["┘", "┐", "┌", "└", "┼", "─", "├", "┤", "┴", "┬", "│"];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue