BruhscreenΒΆ

Copyright 2023 Ethan Christensen Copied, Guided, and Adapted from Asciimatics <https://github.com/peterbrittain/asciimatics/blob/master/asciimatics/screen.py>

Licensed under the Apache License, Version 2.0 (the β€œLicense”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an β€œAS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

class bruhanimate.bruhutil.bruhscreen.Screen(window, height=None)[source]ΒΆ

Bases: object

__init__(window, height=None)[source]ΒΆ
has_resized()[source]ΒΆ
close(restore=True)[source]ΒΆ
clear()[source]ΒΆ
classmethod open()[source]ΒΆ
print_at(text, x, y, width)[source]ΒΆ
classmethod show(function, args=None)[source]ΒΆ
class bruhanimate.bruhutil.bruhscreen.SignalState[source]ΒΆ

Bases: object

__init__()[source]ΒΆ
set(signalnum, handler)[source]ΒΆ
restore()[source]ΒΆ