diff options
| author | jixiuf <jixiuf@qq.com> | 2021-03-13 21:59:34 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2021-03-13 21:59:34 +0800 |
| commit | 98179e129544bdee7d78fc095098971eeb72428d (patch) | |
| tree | f9adcced325f5dff3e9d42e30b59b22d2a3fd7e5 /vterm.el | |
| parent | 21c0c0fe8baddf69043d3173f9fdcf790187f570 (diff) | |
fix typo
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1228,7 +1228,7 @@ Then triggers a redraw from the module." (buf (process-buffer process)) (i 0) (str-length (length input)) - decoded-str + decoded-substring funny) (when (buffer-live-p buf) (with-current-buffer buf |
