Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
a9aa86ff951b7908b615a61a0e216901b96bc0eb
/
src
/
terminal.c
2d6d76f
patch 8.1.2255: ":term ++shell" does not work on MS-Windows
by Bram Moolenaar
· 6 years ago
197c6b7
patch 8.1.2251: ":term command" may not work without a shell
by Bram Moolenaar
· 6 years ago
1e814bc
patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled
by Bram Moolenaar
· 6 years ago
28ed4df
patch 8.1.2219: no autocommand for open window with terminal
by Bram Moolenaar
· 6 years ago
8f7ab4b
patch 8.1.2204: crash on exit when closing terminals
by Bram Moolenaar
· 6 years ago
4d14bac
patch 8.1.2195: Vim does not exit when the terminal window is last window
by Bram Moolenaar
· 6 years ago
459fd78
patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
by Bram Moolenaar
· 6 years ago
6a0299d
patch 8.1.2134: modifier keys are not always recognized
by Bram Moolenaar
· 6 years ago
1614a14
patch 8.1.2120: some MB_ macros are more complicated than necessary
by Bram Moolenaar
· 6 years ago
8617348
patch 8.1.2107: various memory leaks reported by asan
by Bram Moolenaar
· 6 years ago
d2842ea
patch 8.1.2080: the terminal API is limited and can't be disabled
by Bram Moolenaar
· 6 years ago
e0d749a
patch 8.1.2076: crash when trying to put a terminal in a popup window
by Bram Moolenaar
· 6 years ago
bd67aac
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
by Bram Moolenaar
· 6 years ago
840d16f
patch 8.1.2021: some global functions can be local to the file
by Bram Moolenaar
· 6 years ago
7ee80f7
patch 8.1.2012: more functions can be used as methods
by Bram Moolenaar
· 6 years ago
a4b2699
patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal
by Bram Moolenaar
· 6 years ago
c6538bc
patch 8.1.1800: function call functions have too many arguments
by Bram Moolenaar
· 6 years ago
5c381eb
patch 8.1.1592: may start file dialog while exiting
by Bram Moolenaar
· 6 years ago
75a1a94
patch 8.1.1575: callbacks may be garbage collected
by Bram Moolenaar
· 6 years ago
517f71a
patch 8.1.1566: error message when terminal closes in another tab
by Bram Moolenaar
· 6 years ago
87abab9
patch 8.1.1457: cannot reuse a buffer when loading a screen dump
by Bram Moolenaar
· 6 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 6 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 6 years ago
4d784b2
patch 8.1.1391: no popup window support
by Bram Moolenaar
· 6 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 6 years ago
9e58787
patch 8.1.1330: using bold attribute in terminal changes the color
by Bram Moolenaar
· 6 years ago
6ed8819
patch 8.1.1319: computing function length name in many places
by Bram Moolenaar
· 6 years ago
afde13b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
by Bram Moolenaar
· 6 years ago
ad3ec76
patch 8.1.1194: typos and small problems in source files
by Bram Moolenaar
· 6 years ago
b9cdb37
patch 8.1.1182: some function prototypes are outdated
by Bram Moolenaar
· 6 years ago
1d79ce8
patch 8.1.1161: unreachable code
by Bram Moolenaar
· 6 years ago
ef8c83c
patch 8.1.1146: in MS-Windows console colors in a terminal window are wrong
by Bram Moolenaar
· 6 years ago
16c34c3
patch 8.1.1131: getwinpos() does not work in the MS-Windows console
by Bram Moolenaar
· 6 years ago
6bc9305
patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console
by Bram Moolenaar
· 6 years ago
fa1e90c
patch 8.1.1125: libvterm does not handle the window position report
by Bram Moolenaar
· 6 years ago
abab0b0
patch 8.1.1086: too many curly braces
by Bram Moolenaar
· 6 years ago
697005f
patch 8.1.1024: stray log calls in terminal code
by Bram Moolenaar
· 6 years ago
8376c3d
patch 8.1.1018: window cleared when entering Terminal-Normal twice
by Bram Moolenaar
· 6 years ago
32033d2
patch 8.1.0982: update_cursor() called twice in :shell
by Bram Moolenaar
· 6 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 6 years ago
5acd987
patch 8.1.0929: no error when requesting ConPTY but it's not available
by Bram Moolenaar
· 6 years ago
c3ef896
patch 8.1.0923: terminal dump diff swap does not update file names
by Bram Moolenaar
· 6 years ago
81aa0f5
patch 8.1.0921: terminal test sometimes fails; using memory after free
by Bram Moolenaar
· 6 years ago
29ae223
patch 8.1.0920: in Terminal-Normal mode job output messes up the window
by Bram Moolenaar
· 6 years ago
18442cb
patch 8.1.0912: MS-Windows: warning for signed/unsigned
by Bram Moolenaar
· 6 years ago
d9ef1b8
patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable
by Bram Moolenaar
· 6 years ago
48773f1
patch 8.1.0900: ConPTY many crash with 32-bit build
by Bram Moolenaar
· 6 years ago
c6ddce3
patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty
by Bram Moolenaar
· 6 years ago
aa5df7e
patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10
by Bram Moolenaar
· 7 years ago
9172d23
patch 8.1.0847: may use terminal after it was cleaned up
by Bram Moolenaar
· 7 years ago
2a4857a
patch 8.1.0845: having job_status() free the job causes problems
by Bram Moolenaar
· 7 years ago
1ecc5e4
patch 8.1.0824: SunOS/Solaris has a problem with ttys
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
617d7ef
patch 8.1.0760: no proper test for using 'termencoding'
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
f2d79fa
patch 8.1.0685: get_buf_tv() is named inconsistently
by Bram Moolenaar
· 7 years ago
06d6260
patch 8.1.0645: Coverity warns for possible use of NULL pointer
by Bram Moolenaar
· 7 years ago
cd929f7
patch 8.1.0633: crash when out of memory while opening a terminal window
by Bram Moolenaar
· 7 years ago
528ccfb
patch 8.1.0618: term_getjob() does not return v:null as documented
by Bram Moolenaar
· 7 years ago
d155d7a
patch 8.1.0615: get_tv function names are not consistent
by Bram Moolenaar
· 7 years ago
a79fd56
patch 8.1.0611: crash when using terminal with long composing characters
by Bram Moolenaar
· 7 years ago
8f66717
patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string()
by Bram Moolenaar
· 7 years ago
f3aea59
patch 8.1.0522: :terminal does not show trailing empty lines
by Bram Moolenaar
· 7 years ago
0fd6be7
patch 8.1.0491: if a terminal dump has CR it is considered corrupt
by Bram Moolenaar
· 7 years ago
29e7fe5
patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show
by Bram Moolenaar
· 7 years ago
a5c48c2
patch 8.1.0358: crash when using term_dumpwrite() after the job finished
by Bram Moolenaar
· 7 years ago
98fc8d7
patch 8.1.0326: screen dump does not consider NUL and space equal
by Bram Moolenaar
· 7 years ago
5db7eec
patch 8.1.0243: using :term ++close ++hidden closes a window
by Bram Moolenaar
· 7 years ago
7da1fb5
patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat"
by Bram Moolenaar
· 7 years ago
875cf87
patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get error
by Bram Moolenaar
· 7 years ago
e0be167
patch 8.1.0166: using dict_add_nr_str() is clumsy
by Bram Moolenaar
· 7 years ago
f9c3883
patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd"
by Bram Moolenaar
· 7 years ago
0ce7413
patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window
by Bram Moolenaar
· 7 years ago
dcdeaaf
patch 8.1.0072: use of 'termwinkey' is inconsistent
by Bram Moolenaar
· 7 years ago
493359e
patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window
by Bram Moolenaar
· 7 years ago
6b810d9
patch 8.1.0032: BS in prompt buffer starts new line
by Bram Moolenaar
· 7 years ago
d45aa55
patch 8.1.0016: possible crash in term_wait()
by Bram Moolenaar
· 7 years ago
05af9a4
patch 8.1.0015: cursor color wrong when closing a terminal window
by Bram Moolenaar
· 7 years ago
4f7fd56
patch 8.1.0013: using freed memory when changing terminal cursor color
by Bram Moolenaar
· 7 years ago
03998f6
patch 8.0.1850: todo items in source code not visible for users
by Bram Moolenaar
· 7 years ago
4d6cd29
patch 8.0.1848: 'termwinscroll' does not work properly
by Bram Moolenaar
· 7 years ago
620020e
patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal mode
by Bram Moolenaar
· 7 years ago
05c4a47
patch 8.0.1830: switching to Terminal-Normal mode does not redraw
by Bram Moolenaar
· 7 years ago
73dd1bd
patch 8.0.1824: Coverity warns for variable that may be uninitialized
by Bram Moolenaar
· 7 years ago
2bc7995
patch 8.0.1821: cursor in terminal window moves when pressing CTRL-W
by Bram Moolenaar
· 7 years ago
3f1a53c
patch 8.0.1818: lines remove from wrong buffer when using terminal window
by Bram Moolenaar
· 7 years ago
0cb8ac7
patch 8.0.1815: crash with terminal window and with 'lazyredraw' set
by Bram Moolenaar
· 7 years ago
a10ae5e
patch 8.0.1814: crash with terminal window and with 'lazyredraw' set
by Bram Moolenaar
· 7 years ago
56bc8e2
patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode
by Bram Moolenaar
· 7 years ago
9b50f36
patch 8.0.1803: warning for uninitialized variable
by Bram Moolenaar
· 7 years ago
402c839
patch 8.0.1802: MS-Windows: terminal test fails
by Bram Moolenaar
· 7 years ago
f25329c
patch 8.0.1801: MS-Windows: redirecting terminal output does not work
by Bram Moolenaar
· 7 years ago
6eddadf
patch 8.0.1797: terminal window is redrawn too often
by Bram Moolenaar
· 7 years ago
231a2db
patch 8.0.1796: GUI: click on tab fails when the focus is in a terminal
by Bram Moolenaar
· 7 years ago
b0b98d5
patch 8.0.1795: lose contact with jobs when :gui forks
by Bram Moolenaar
· 7 years ago
b833c1e
patch 8.0.1794: duplicate term options after renaming
by Bram Moolenaar
· 7 years ago
606cb8b
patch 8.0.1789: BufWinEnter does not work well for a terminal window
by Bram Moolenaar
· 7 years ago
b2ac14c
patch 8.0.1786: no test for 'termwinkey'
by Bram Moolenaar
· 7 years ago
c5cd885
patch 8.0.1783: cannot use 256 colors in a MS-Windows console
by Bram Moolenaar
· 7 years ago
ebe74b7
patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd
by Bram Moolenaar
· 7 years ago
Next »