{"id":16301150,"url":"https://github.com/softmoth/raku-term-curses","last_synced_at":"2025-04-10T01:16:38.110Z","repository":{"id":3980911,"uuid":"5076637","full_name":"softmoth/raku-Term-Curses","owner":"softmoth","description":"Raku binding to the Curses terminal-independent character screen library","archived":false,"fork":false,"pushed_at":"2020-06-05T03:44:08.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T01:16:33.084Z","etag":null,"topics":["character-screens","curses","curses-library","raku"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softmoth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-17T03:04:07.000Z","updated_at":"2022-08-25T15:20:54.000Z","dependencies_parsed_at":"2022-09-17T06:04:03.983Z","dependency_job_id":null,"html_url":"https://github.com/softmoth/raku-Term-Curses","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softmoth%2Fraku-Term-Curses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softmoth%2Fraku-Term-Curses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softmoth%2Fraku-Term-Curses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softmoth%2Fraku-Term-Curses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softmoth","download_url":"https://codeload.github.com/softmoth/raku-Term-Curses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137887,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["character-screens","curses","curses-library","raku"],"created_at":"2024-10-10T20:53:59.188Z","updated_at":"2025-04-10T01:16:38.092Z","avatar_url":"https://github.com/softmoth.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Term::Curses\n\nThe curses library provides terminal-independent, portable manipulation of\ncharacter screens. This Raku module provides a NativeCall wrapper around\nthe system ncurses library.\n\n## Synopsis\n\n```raku\nuse Term::Curses;\n\nmy $win = Term::Curses.new(:start_color);\nEND $win.endwin();\n$win.x = 10;\n$win.y = $win.maxy / 2;\n$win.addstr(\"Hello, world!\");\n$win.refresh;\n$win.getkey;\n```\n\n## TODO\n\n- Handle UTF-8 input; currently it comes in one-key-per-octet\n- Use the wide-character functions consistently\n- Work out a decent API\n- Port example programs from other curses libs\n- Proper tests\n- Expose much more of the curses library\n- Expose menu, forms, and panel features\n- More docs\n\n## LICENSE\n\nReleased under the\n[Artistic License 2.0](http://www.perlfoundation.org/artistic_license_2_0).\n\nCopyright © 2012-2020 Tim Siegel `\u003cgithub:softmoth\u003e`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftmoth%2Fraku-term-curses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftmoth%2Fraku-term-curses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftmoth%2Fraku-term-curses/lists"}