Skip to content

Commit

Permalink
Change default terminal from vt50 to eterm-color
Browse files Browse the repository at this point in the history
The later has special support in several applications, so we want to make sure we use that.
  • Loading branch information
CeleritasCelery committed Sep 9, 2024
1 parent 452c8d4 commit 157bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ setting `TERM' to a value other then dumb."
(interactive)
(when (equal comint-terminfo-terminal "dumb")
(setenv "MC_SID" "1") ;; Needed for csh on some linux distros
(setq comint-terminfo-terminal "vt50"))
(setq comint-terminfo-terminal "eterm-color"))
(setq explicit-bash-args
(delete "--noediting" explicit-bash-args)))

Expand Down

0 comments on commit 157bd9c

Please sign in to comment.