Skip to content

Commit f73644a

Browse files
committed
indent code
1 parent 0ec4078 commit f73644a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vterm.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Exceptions are defined by `vterm-keymap-exceptions'."
664664
"LINES"
665665
"COLUMNS")
666666
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.
668668
(inhibit-eol-conversion nil)
669669
(coding-system-for-read 'binary)
670670
(process-adaptive-read-buffering nil)
@@ -710,7 +710,7 @@ Exceptions are defined by `vterm-keymap-exceptions'."
710710
width vterm-shell))
711711
;; :coding 'no-conversion
712712
:connection-type 'pty
713-
:file-handler t
713+
:file-handler t
714714
:filter #'vterm--filter
715715
;; The sentinel is needed if there are exit functions or if
716716
;; vterm-kill-buffer-on-exit is set to t. In this latter case,

0 commit comments

Comments
 (0)