[][src]Function bear_lib_terminal::terminal::put_xy

pub fn put_xy(x: i32, y: i32, cell: char)

Equivalent to put() with a Point constructed from the first two arguments.