File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ Exceptions are defined by `vterm-keymap-exceptions'."
664
664
" LINES"
665
665
" COLUMNS" )
666
666
process-environment))
667
- ; ; TODO: Figure out why inhibit is needed for curses to render correctly.
667
+ ; ; TODO: Figure out why inhibit is needed for curses to render correctly.
668
668
(inhibit-eol-conversion nil )
669
669
(coding-system-for-read 'binary )
670
670
(process-adaptive-read-buffering nil )
@@ -710,7 +710,7 @@ Exceptions are defined by `vterm-keymap-exceptions'."
710
710
width vterm-shell))
711
711
; ; :coding 'no-conversion
712
712
:connection-type 'pty
713
- :file-handler t
713
+ :file-handler t
714
714
:filter #'vterm--filter
715
715
; ; The sentinel is needed if there are exit functions or if
716
716
; ; vterm-kill-buffer-on-exit is set to t. In this latter case,
You can’t perform that action at this time.
0 commit comments