sponsor Vim development Vim logo Vim Book Ad

term.vim : Terminal library

 script karma  Rating 19/6, Downloaded by 963  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.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
term.vim 0.1 2009-10-15 7.2 Yukihiro Nakadaira Initial upload
ip used for rating: 34.229.50.161

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github