term.vim : Terminal library
script karma |
Rating 19/6,
Downloaded by 1078 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Yukihiro Nakadaira |
|
script type |
game |
|
description |
Terminal library for Unix CUI terminal.
Example:
" Display current time at bottom of screen.
" move cursor
call term#position(&lines, 1)
" fg=blue bg=red
call term#attr(0, 34, 41)
" print text
call term#text(strftime("%c"))
" reset attribute
call term#attr()
" output
call term#out()
Try :call term#demo()
|
|
install details |
Put file in your autoload directory. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.17.162.15
|