comparison runtime/doc/usr_41.txt @ 13735:a62eeee5f116

Update runtime files. commit https://github.com/vim/vim/commit/7dda86f2ff35bb80afce4da24782fd58216bbe50 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 20 22:36:41 2018 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Fri, 20 Apr 2018 22:45:07 +0200
parents 02b3f719eacb
children 1174611ad715
comparison
equal deleted inserted replaced
13734:600a38fe5c00 13735:a62eeee5f116
1 *usr_41.txt* For Vim version 8.0. Last change: 2018 Mar 03 1 *usr_41.txt* For Vim version 8.0. Last change: 2018 Apr 11
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
986 term_getaltscreen() get the alternate screen flag 986 term_getaltscreen() get the alternate screen flag
987 term_getsize() get the size of a terminal 987 term_getsize() get the size of a terminal
988 term_getstatus() get the status of a terminal 988 term_getstatus() get the status of a terminal
989 term_gettitle() get the title of a terminal 989 term_gettitle() get the title of a terminal
990 term_gettty() get the tty name of a terminal 990 term_gettty() get the tty name of a terminal
991 term_setansicolors() set 16 ANSI colors, used for GUI
992 term_getansicolors() get 16 ANSI colors, used for GUI
991 993
992 Timers: *timer-functions* 994 Timers: *timer-functions*
993 timer_start() create a timer 995 timer_start() create a timer
994 timer_pause() pause or unpause a timer 996 timer_pause() pause or unpause a timer
995 timer_stop() stop a timer 997 timer_stop() stop a timer