Skip to content

0.7.5

Compare
Choose a tag to compare
@gyscos gyscos released this 08 Dec 01:14
· 1035 commits to main since this release
  • Add mouse support to pancurses
  • Better key modifier detection on ncurses backend
  • Fix possible panic in TextArea::set_content
  • Add TextArea::cursor(&self) -> usize and TextArea::set_cursor(&mut self, usize)
  • Use Vec::splice instead of VecExt from the odds crate. This may require rustc > 1.21