diff options
| author | Eli Zaretskii | 2017-07-22 12:02:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-07-22 12:02:16 +0300 |
| commit | 47932ca9262f4f6fc29d95a4d08ad84608714e0e (patch) | |
| tree | cd5eff0096bcab5692fd82c81a43888e81884022 | |
| parent | 9c9e8bd660a5beb0d8dd3e85e1183babbf184cd1 (diff) | |
| download | emacs-47932ca9262f4f6fc29d95a4d08ad84608714e0e.tar.gz emacs-47932ca9262f4f6fc29d95a4d08ad84608714e0e.zip | |
Document the support for "scrollBar" X resource
* doc/emacs/xresources.texi (Table of Resources): Document the new
'scrollBar' setting.
* etc/NEWS: Document the new 'scrollBar' setting.
| -rw-r--r-- | doc/emacs/xresources.texi | 5 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index 7e27ddd1d9a..eaefcee21c3 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -250,6 +250,11 @@ specified if @samp{off}. | |||
| 250 | Gamma correction for colors, equivalent to the frame parameter | 250 | Gamma correction for colors, equivalent to the frame parameter |
| 251 | @code{screen-gamma}. | 251 | @code{screen-gamma}. |
| 252 | 252 | ||
| 253 | @item @code{scrollBar} (class @code{ScrollBar}) | ||
| 254 | @cindex tool bar | ||
| 255 | If the value of this resource is @samp{off} or @samp{false} or | ||
| 256 | @samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). | ||
| 257 | |||
| 253 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) | 258 | @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) |
| 254 | @cindex scrollbar width | 259 | @cindex scrollbar width |
| 255 | The scroll bar width in pixels, equivalent to the frame parameter | 260 | The scroll bar width in pixels, equivalent to the frame parameter |
| @@ -97,6 +97,10 @@ Terminal is automatically initialized to use 24-bit colors if the | |||
| 97 | required capabilities are found in terminfo. See the FAQ node | 97 | required capabilities are found in terminfo. See the FAQ node |
| 98 | "Colors on a TTY" for more information. | 98 | "Colors on a TTY" for more information. |
| 99 | 99 | ||
| 100 | +++ | ||
| 101 | ** Emacs now obeys the X resource "scrollBar" at startup. | ||
| 102 | The effect is similar to that of "toolBar" resource on the tool bar. | ||
| 103 | |||
| 100 | 104 | ||
| 101 | * Changes in Emacs 26.1 | 105 | * Changes in Emacs 26.1 |
| 102 | 106 | ||