Terminal::Widgets::Plugins::Anolis
NAME
Terminal::Widgets::Plugins::Anolis
Synopsis
use Terminal::Widgets::Plugins::Anolis;
my Proc::Async $proc .= new: :pty(:rows(32), :cols(72)), 'vim', '/etc/os-release';
# Somewhere in your layout
.terminal-emulator(style => %(set-w => 72, set-h => 32),
proc-async => $!proc,
),
Description
A Terminal Emulator Widget for Terminal-Widgets
AUTHOR
Patrick Böker <[email protected]>
License
This module is distributed under the terms of the Artistic License 2.0.