Contents Menu Expand Light mode Dark mode Auto light/dark mode
shell note ドキュメント
shell note ドキュメント
  • doit
  • xonsh
  • prompt-toolkit
    • examples
      • pager.py
    • Source読む
      • input
      • output
      • Layout
      • draw
      • Buffer < BufferControl < Window
      • KeyBinding
      • Application
      • search
    • using prompt_toolkit
      • ptterm
      • pypager
      • pyvim
      • ptfm
  • pygments
  • WindowsTerminal
  • font
  • dotfiles

external

  • github

examples¶

  • pager.py
    • status bar
    • search

examples¶

https://github.com/prompt-toolkit/python-prompt-toolkit/tree/master/examples

buttons.py¶

https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/examples/full-screen/buttons.py

layout

  • Box

    • HSplit

      • Label

      • VSplit

        • Box

          • HSplit

            • Button, Button, Button, Button

        • Box

          • Frame

            • TextArea

text-editor.py¶

https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/examples/full-screen/text-editor.py

layout

  • MenuContainer

    • HSplit

Next
pager.py
Previous
prompt-toolkit
Copyright © 2022, ousttrue | Created using Sphinx and @pradyunsg's Furo theme. | ソースコードを表示
コンテンツ
  • examples
    • examples
      • buttons.py
      • text-editor.py