##// END OF EJS Templates
Update guiref with correct paging options....
epatters -
Show More
@@ -405,16 +405,18 b' IPython will show long blocks of text from many sources using a builtin pager.'
405 You can control where this pager appears with the ``--paging`` command-line
405 You can control where this pager appears with the ``--paging`` command-line
406 flag:
406 flag:
407
407
408 - default: it is overlaid on top of the main terminal. You must quit the pager
408 - ``inside`` [default]: the pager is overlaid on top of the main terminal. You
409 to get back to the terminal (similar to how a pager such as ``less`` or
409 must quit the pager to get back to the terminal (similar to how a pager such
410 ``more`` works).
410 as ``less`` or ``more`` works).
411
411
412 - vertical: the console is made double-tall, and the pager appears on the
412 - ``vsplit``: the console is made double-tall, and the pager appears on the
413 bottom area when needed. You can view its contents while using the terminal.
413 bottom area when needed. You can view its contents while using the terminal.
414
414
415 - horizontal: the console is made double-wide, and the pager appears on the
415 - ``hsplit``: the console is made double-wide, and the pager appears on the
416 right area when needed. You can view its contents while using the terminal.
416 right area when needed. You can view its contents while using the terminal.
417
417
418 - ``none``: the console never pages output.
419
418 If you use the vertical or horizontal paging modes, you can navigate between
420 If you use the vertical or horizontal paging modes, you can navigate between
419 terminal and pager as follows:
421 terminal and pager as follows:
420
422
@@ -425,7 +427,6 b' terminal and pager as follows:'
425 In all cases, the ``q`` or ``Escape`` keys quit the pager (when used with the
427 In all cases, the ``q`` or ``Escape`` keys quit the pager (when used with the
426 focus on the pager area).
428 focus on the pager area).
427
429
428
429 Running subprocesses
430 Running subprocesses
430 ====================
431 ====================
431
432
General Comments 0
You need to be logged in to leave comments. Login now