Skip to content

Commit

Permalink
Mention the choice of TERM and its implications
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Jun 26, 2017
1 parent 1ee1a1d commit 71f9505
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ The following fields are recognized:
A backslash character is expressed as `\\`,
thus newline equals `\\n` and space `\\ `.

The test suite is executed with `TERM=xterm`,
therefore make sure to only use the corresponding value for a given capability
as defined by the xterm terminfo database.
Given a capability,
the value can be retrieved using `infocmp(1)`:

```sh
$ infocmp -1 xterm | grep khome
```

- `stdin`

Multi-line input to the pick process.
Expand Down

0 comments on commit 71f9505

Please sign in to comment.