##// 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 405 You can control where this pager appears with the ``--paging`` command-line
406 406 flag:
407 407
408 - default: it is overlaid on top of the main terminal. You must quit the pager
409 to get back to the terminal (similar to how a pager such as ``less`` or
410 ``more`` works).
408 - ``inside`` [default]: the pager is overlaid on top of the main terminal. You
409 must quit the pager to get back to the terminal (similar to how a pager such
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 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 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 420 If you use the vertical or horizontal paging modes, you can navigate between
419 421 terminal and pager as follows:
420 422
@@ -425,7 +427,6 b' terminal and pager as follows:'
425 427 In all cases, the ``q`` or ``Escape`` keys quit the pager (when used with the
426 428 focus on the pager area).
427 429
428
429 430 Running subprocesses
430 431 ====================
431 432
General Comments 0
You need to be logged in to leave comments. Login now