Documented `Window`
[nfoiled.git] / lib / nfoiled / window.rb
blobe10cd152f2065ed05db7072ddebe206b0a7a5751
1 module Nfoiled
2   ##
3   # An `Nfoiled::Window` is a "box" in the terminal to which output can be
4   # printed and from which input can be received. A basic Nfoiled application
5   # will utilize only one of these, a single `Window` covering the entirety
6   # of the `Terminal`'s available area.
7   class Window
8     
9   end
10 end