use :code: block for @... in --stdin-source doc
This commit is contained in:
parent
05a254eee9
commit
41cfe26898
1 changed files with 5 additions and 5 deletions
|
|
@ -112,11 +112,11 @@ def options_spec() -> str:
|
|||
type=choices
|
||||
default=none
|
||||
choices=none,@selection,@screen,@screen_scrollback,@alternate,@alternate_scrollback
|
||||
Pass the screen contents as :code:`STDIN` to the child process. @selection is
|
||||
the currently selected text. @screen is the contents of the currently active
|
||||
window. @screen_scrollback is the same as @screen, but includes the scrollback
|
||||
buffer as well. @alternate is the secondary screen of the current active
|
||||
window. For example if you run a full screen terminal application, the
|
||||
Pass the screen contents as :code:`STDIN` to the child process. :code:`@selection` is
|
||||
the currently selected text. :code:`@screen` is the contents of the currently active
|
||||
window. :code:`@screen_scrollback` is the same as :code:`@screen`, but includes the
|
||||
scrollback buffer as well. :code:`@alternate` is the secondary screen of the current
|
||||
active window. For example if you run a full screen terminal application, the
|
||||
secondary screen will be the screen you return to when quitting the
|
||||
application.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue