Skip to content

Commit

Permalink
added option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cornelius-Figgle committed Dec 24, 2022
1 parent 14a3b3c commit feb1635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ interactive selection list in the terminal.
- `min_selection_count`: (optional) for multi select feature to
dictate a minimum of selected items before continuing
- `screen`: (optional), if you are using `pick` within an existing curses application set this to your existing `screen` object. It is assumed this has initialised in the standard way (e.g. via `curses.wrapper()`, or `curses.noecho(); curses.cbreak(); screen.kepad(True)`)
- `position`: (optional), if you are using `pick` within an existing curses application use this to set the first position to write to. eg. `{'y0': y_, 'x0': 0}`

## Community Projects

Expand Down

0 comments on commit feb1635

Please sign in to comment.