]> git.eshelyaron.com Git - emacs.git/commit
Fix dimensions of console window of restarted Emacs on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Tue, 19 Apr 2022 09:50:01 +0000 (12:50 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 19 Apr 2022 09:50:01 +0000 (12:50 +0300)
commit237f4f9295d17d15c58ffce9728b72aa1e529172
tree3dd3507419592dae77384951ebd4957c7e968501
parentd168decab4a03cd48b8b96257c36ffa575c720e6
Fix dimensions of console window of restarted Emacs on MS-Windows

* src/w32.c (get_console_font_size): New function.
(w32_reexec_emacs): Call 'get_console_font_size' to set up the
dimensions of the restarted Emacs's console window to the same
values as that of the original Emacs.
src/w32.c