mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
- remove the Notcurses.render_to_file method.
This commit is contained in:
parent
54ce1b6171
commit
84064da03f
@ -584,6 +584,7 @@ impl Nc {
|
||||
/// nothing will be written.
|
||||
///
|
||||
/// *C style function: [notcurses_render_to_file()][crate::notcurses_render_to_file].*
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
pub fn render_to_file(&mut self, fp: &mut NcFile) -> NcResult<()> {
|
||||
error![unsafe { crate::notcurses_render_to_file(self, fp.as_nc_ptr()) }]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user