comparison src/os_unix.c @ 19195:2ef19eed524a v8.2.0156

patch 8.2.0156: various typos in source files and tests Commit: https://github.com/vim/vim/commit/4b96df5a017a04141c4e901b1fc5704a3ca48099 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 22:00:26 2020 +0100 patch 8.2.0156: various typos in source files and tests Problem: Various typos in source files and tests. Solution: Fix the typos. (Emir Sari, closes https://github.com/vim/vim/issues/5532)
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 22:15:05 +0100
parents 1fe99999625c
children 08f4dc2ba716
comparison
equal deleted inserted replaced
19194:9986e645676b 19195:2ef19eed524a
1929 * If terminal is xterm, then x11_window may be a child window of the 1929 * If terminal is xterm, then x11_window may be a child window of the
1930 * outer xterm window that actually contains the window/icon name, so 1930 * outer xterm window that actually contains the window/icon name, so
1931 * keep traversing up the tree until a window with a title/icon is 1931 * keep traversing up the tree until a window with a title/icon is
1932 * found. 1932 * found.
1933 */ 1933 */
1934 // Previously this was only done for xterm and alikes. I don't see a 1934 // Previously this was only done for xterm and alike. I don't see a
1935 // reason why it would fail for other terminal emulators. 1935 // reason why it would fail for other terminal emulators.
1936 // if (term_is_xterm) 1936 // if (term_is_xterm)
1937 { 1937 {
1938 Window root; 1938 Window root;
1939 Window parent; 1939 Window parent;