]> git.eshelyaron.com Git - emacs.git/commit
Add tab bar support to the nextstep port
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Oct 2021 18:02:54 +0000 (19:02 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 17 Oct 2021 09:54:18 +0000 (10:54 +0100)
commit77dbaedadc0129534e5ca9bdeef881a48b8d53e7
tree91c28f4862272a95aec942dece41d73871a6e209
parent7b6fb486c2e8555a04b20e067b723ef9fdb13396
Add tab bar support to the nextstep port

* src/nsfns.m (ns_change_tab_bar_height): New function.
(ns_set_tab_bar_lines): Check tab bar height and set tab bar
accordingly.
* src/nsterm.m (ns_clear_under_internal_border): Clear internal border
correctly when there is a tab bar.
(ns_create_terminal): Add ns_change_tab_bar_height.
(mouseDown): Handle tab bar mouse click events.
src/nsfns.m
src/nsterm.h
src/nsterm.m