added comments to ViewAreas

pull/11409/head
Stephen Broadley 2024-11-11 19:03:30 +00:00
parent 775660ce1f
commit 8cf9e6c2b9
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ const JUMP_LIST_CAPACITY: usize = 30;
#[derive(Debug, Clone, Default)]
pub struct ViewAreas {
/// left-hand nullspace area
pub left: Rect,
/// right-hand nullspace area
pub right: Rect,
pub gutter: Rect,
pub text: Rect,