termusic: fix typo, linux/t*: add Korean translation (#14753)

* termusic: fix typo

* linux/t*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 23:21:48 +09:00
committed by GitHub
parent 624a50f563
commit 0a0ba9cf24
55 changed files with 1239 additions and 2 deletions

16
pages.ko/linux/tic.md Normal file
View File

@@ -0,0 +1,16 @@
# tic
> terminfo를 컴파일하고 ncurses에 설치합니다.
> 더 많은 정보: <https://pubs.opengroup.org/onlinepubs/007908799/xcurses/terminfo.html>.
- 터미널에 대한 terminfo를 컴파일하고 설치:
`tic -xe {{터미널}} {{경로/대상/터미널.info}}`
- terminfo 파일의 오류 확인:
`tic -c {{경로/대상/터미널.info}}`
- 데이터베이스 위치 출력:
`tic -D`