]> git.eshelyaron.com Git - emacs.git/commit
* lisp/server.el: Fix frame creation on dumb terminals (bug#25547)
authorEliza Velasquez <exv@google.com>
Wed, 11 Nov 2020 03:14:03 +0000 (22:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Nov 2020 03:14:03 +0000 (22:14 -0500)
commit47f33e6cb0498f2405957539efcb8bd174c602ff
tree8322e017c93803ebd250eb581e3cb4a7e2173787
parent79d04ae13ff33a93f631061d912168e9703251dd
* lisp/server.el: Fix frame creation on dumb terminals (bug#25547)

(server-create-dumb-terminal-frame): New function.
(server-process-filter): Use it.
(server-delete-client): Don't delete tty terminal when it's not
exclusive to this client.
lisp/server.el