{"id":58778,"library":"ncurses","title":"NCurses","description":"A very thin wrapper around the ncurses TUI library.","status":"active","version":"6.0.1","language":"rust","source_language":null,"source_url":"https://github.com/jeaye/ncurses-rs","tags":["tui","ncurses","terminal","wrapper"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nncurses = \"6.0.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ncurses","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"initscr","correct":"use ncurses::initscr;"}],"quickstart":{"code":"use ncurses::*;\nfn main() {\n    initscr();\n    printw(\"Hello, world!\");\n    refresh();\n    getch();\n    endwin();\n}","lang":"rust","description":"Initializes ncurses, prints a message, and waits for key press before exiting."},"warnings":[{"fix":"Install ncurses via package manager (e.g., apt install libncurses-dev).","message":"Requires ncurses development libraries installed on the system.","severity":"gotcha","affected_versions":">=6.0.0"}],"env_vars":null,"search_vec":"'around':6 'librari':10 'ncurs':1,8,12 'termin':13 'thin':4 'tui':9,11 'wrapper':5,14","created_at":"2026-06-16T16:38:06.258038+00:00","updated_at":"2026-06-16T16:38:06.258038+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/jeaye/ncurses-rs","github":"https://github.com/jeaye/ncurses-rs","docs":"https://docs.rs/ncurses/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}