We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
USE_PAGER
1 parent 9f1bfde commit 3c90aa6Copy full SHA for 3c90aa6
doc/Configurations.md
@@ -156,6 +156,8 @@ You can see the hash by typing `IRB.conf`. Below are the primary entries:
156
- `:USE_TRACER`: Whether to use the
157
{IRB tracer}[rdoc-ref:IRB@Tracer];
158
initial value: `false`.
159
+- `:USE_PAGER`: Controls whether pager is enabled.
160
+ initial value: `true`.
161
- `:VERBOSE`: Whether to print {verbose output}[rdoc-ref:IRB@Verbosity];
162
initial value: `nil`.
163
- `:__MAIN__`: The main IRB object;
0 commit comments