Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
patch 8.0.1665: when running a terminal from the GUI 'term' is not us…
…eful Problem: When running a terminal from the GUI 'term' is not useful. Solution: Use $TERM in the GUI if it starts with "xterm". (closes #2776)
- Loading branch information
Showing
with
19 additions
and 3 deletions.
- +3 −1 runtime/doc/terminal.txt
- +14 −2 src/os_unix.c
- +2 −0 src/version.c