moo.shell.window.build_window_app
- moo.shell.window.build_window_app(state, on_accept, style=None)
Build the full-screen windowed-display Application.
- Parameters:
state (
WindowState) – the sharedWindowStateon_accept – sync
Bufferaccept handler(buffer) -> boolthat bridges the typed line to the command pipeline (returnsFalseso the input buffer clears)style – optional prompt_toolkit
Style(the driver passes its own palette so colours match the normal shell)
- Return type:
Application