diff options
| author | Juri Linkov | 2019-10-15 22:41:40 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-15 22:41:40 +0300 |
| commit | 4509aaa5b0666a120fb1e255d52d83d03c46c596 (patch) | |
| tree | 6dbab18b568dcd60f2556bc53b2d21bbaa2c99e7 /etc | |
| parent | 6ac99ebb3f623c64379f5c6811f1cdeb6ecac7da (diff) | |
| download | emacs-4509aaa5b0666a120fb1e255d52d83d03c46c596.tar.gz emacs-4509aaa5b0666a120fb1e255d52d83d03c46c596.zip | |
New variable tab-bar-position
* lisp/cus-start.el: Add customization for tab-bar-position.
* src/dispnew.c (syms_of_display): New variable Vtab_bar_position.
(adjust_frame_glyphs_for_window_redisplay): Use it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -2134,6 +2134,8 @@ disabled: by default, they enable tab-bar-mode in that case. | |||
| 2134 | The X resource "tabBar", class "TabBar" enables the tab bar | 2134 | The X resource "tabBar", class "TabBar" enables the tab bar |
| 2135 | when its value is "on", "yes" or "1". | 2135 | when its value is "on", "yes" or "1". |
| 2136 | 2136 | ||
| 2137 | The variable 'tab-bar-position' specifies where to show the tab bar. | ||
| 2138 | |||
| 2137 | Read the new Info node "(emacs) Tab Bars" for full description | 2139 | Read the new Info node "(emacs) Tab Bars" for full description |
| 2138 | of all related features. | 2140 | of all related features. |
| 2139 | 2141 | ||