mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 00:48:56 +00:00
Update cheatsheets
This commit is contained in:
21
linux/tic
Normal file
21
linux/tic
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tic
|
||||
|
||||
> Compile terminfo and install for ncurses.
|
||||
> More information: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.
|
||||
|
||||
- Compile and install terminfo for a terminal:
|
||||
|
||||
`tic -xe {{terminal}} {{path/to/terminal.info}}`
|
||||
|
||||
- Check terminfo file for errors:
|
||||
|
||||
`tic -c {{path/to/terminal.info}}`
|
||||
|
||||
- Print database locations:
|
||||
|
||||
`tic -D`
|
||||
Reference in New Issue
Block a user