mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
cells_rounded_box() is now exported
This commit is contained in:
parent
e80ac4ddb9
commit
5537692bd1
@ -76,14 +76,6 @@ pub fn cells_load_box(_n: *mut ncplane, _attrs: u32, _channels: u64,
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn cells_rounded_box(_n: *mut ncplane, _attr: u32, _channels: u64,
|
||||
_ul: *mut cell, _ur: *mut cell,
|
||||
_ll: *mut cell, _lr: *mut cell,
|
||||
_hl: *mut cell, _vl: *mut cell)
|
||||
-> std::result::Result<(), std::io::Error> {
|
||||
return cells_load_box(_n, _attr, _channels, _ul, _ur, _ll, _lr, _hl, _vl, "╭╮╰╯─│");
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
Loading…
x
Reference in New Issue
Block a user