Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f0ed3f3e
Commit
f0ed3f3e
authored
Dec 11, 1997
by
Karl Heuer
Browse files
(telnet-filter): Position comint-last-output-start.
parent
a2825280
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/telnet.el
lisp/telnet.el
+1
-0
No files found.
lisp/telnet.el
View file @
f0ed3f3e
...
...
@@ -165,6 +165,7 @@ rejecting one login and prompting again for a username and password.")
(
ws
(
and
w
(
window-start
w
))))
(
goto-char
last-insertion
)
(
insert-before-markers
string
)
(
set-marker
comint-last-output-start
last-insertion
)
(
set-marker
(
process-mark
proc
)
(
point
))
(
if
ws
(
set-window-start
w
ws
t
))
(
if
ie
(
set-marker
comint-last-input-end
ie
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment