comparison src/terminal.c @ 11668:26265ac3b7ed v8.0.0717

patch 8.0.0717: terminal feature precence unclear commit https://github.com/vim/vim/commit/26e8558e74fc1701b57f092cc2c3dbf879cf1af3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 15 20:05:54 2017 +0200 patch 8.0.0717: terminal feature precence unclear Problem: Terminal feature not included in :version output. Solution: Add +terminal or -terminal.
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Jul 2017 20:15:03 +0200
parents b8299e742f41
children 3b2afa2b77b3
comparison
equal deleted inserted replaced
11667:88d6ae605f3f 11668:26265ac3b7ed
22 * 22 *
23 * If the job produces output, it is written to the VTerm. 23 * If the job produces output, it is written to the VTerm.
24 * This will result in screen updates. 24 * This will result in screen updates.
25 * 25 *
26 * TODO: 26 * TODO:
27 * - +terminal in features[] in version.c
28 * - free b_term when closing terminal. 27 * - free b_term when closing terminal.
29 * - remove term from first_term list when closing terminal. 28 * - remove term from first_term list when closing terminal.
30 * - set buffer options to be scratch, hidden, nomodifiable, etc. 29 * - set buffer options to be scratch, hidden, nomodifiable, etc.
31 * - set buffer name to command, add (1) to avoid duplicates. 30 * - set buffer name to command, add (1) to avoid duplicates.
32 * - command line completion (command name) 31 * - command line completion (command name)