comparison runtime/doc/popup.txt @ 20474:3fe45aa3bbc5 v8.2.0791

patch 8.2.0791: a second popup window with terminal causes trouble Commit: https://github.com/vim/vim/commit/b5383b174b2436b556f76f14badb1c1f55d6d8f6 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 18 19:46:48 2020 +0200 patch 8.2.0791: a second popup window with terminal causes trouble Problem: A second popup window with terminal causes trouble. Solution: Disallow opening a second terminal-popup window. (closes https://github.com/vim/vim/issues/6101, closes #6103) Avoid defaulting to an invalid line number.
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 May 2020 20:00:03 +0200
parents 3b3589275ab9
children 74e3316c1d5a
comparison
equal deleted inserted replaced
20473:992024e2f885 20474:3fe45aa3bbc5
148 - The popup window always has focus, it is not possible to switch to another 148 - The popup window always has focus, it is not possible to switch to another
149 window. 149 window.
150 - When the job ends, the popup window closes. 150 - When the job ends, the popup window closes.
151 - The popup window can be closed with `popup_close()`, the terminal buffer 151 - The popup window can be closed with `popup_close()`, the terminal buffer
152 then becomes hidden. 152 then becomes hidden.
153 - It is not possible to enter Terminal-Normal mode. 153 - It is not possible to open a second popup window with a terminal. *E861*
154 - The default Pmenu color is only used for the border and padding. To change 154 - The default Pmenu color is only used for the border and padding. To change
155 the color of the terminal itself set the Terminal highlight group before 155 the color of the terminal itself set the Terminal highlight group before
156 creating the terminal. Setting 'wincolor' later can work but requires the 156 creating the terminal. Setting 'wincolor' later can work but requires the
157 program in the terminal to redraw everything. 157 program in the terminal to redraw everything.
158 - The default minimal size is 5 lines of 20 characters; Use the "minwidth" and 158 - The default minimal size is 5 lines of 20 characters; Use the "minwidth" and