Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 1c09de2

Browse files
committedJun 24, 2015
Merge pull request #87 from tsurai/menu
Add menu support
2 parents 2f13e79 + ae320c4 commit 1c09de2

File tree

9 files changed

+998
-339
lines changed

9 files changed

+998
-339
lines changed
 

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ libc = "*"
1717
default=["wide"]
1818
wide = []
1919
panel = []
20+
menu = []
2021

2122
[lib]
2223
name = "ncurses"

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Current examples:
2222
**2.** [Basic Input & Attributes](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_2.rs)
2323
**3.** [Simple Pager](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_3.rs)
2424
**4.** [Window Movement](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_4.rs)
25-
**5.** [Pager & Syntax Highlighting](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_5.rs)
25+
**5.** [Menu Library](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_5.rs) (requires rust nightly)
26+
**6.** [Pager & Syntax Highlighting](https://github.com/jeaye/ncurses-rs/blob/master/examples/ex_6.rs)

0 commit comments

Comments
 (0)