From 3d013012bd08a4c649645befb5356a977dfffda2 Mon Sep 17 00:00:00 2001 From: elliottcable Date: Thu, 5 Mar 2009 22:49:06 -0900 Subject: [PATCH] Documented `Window` --- lib/nfoiled/window.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/nfoiled/window.rb b/lib/nfoiled/window.rb index cdb40e9..e10cd15 100644 --- a/lib/nfoiled/window.rb +++ b/lib/nfoiled/window.rb @@ -1,6 +1,9 @@ module Nfoiled ## - # `Nfoiled::Window` + # An `Nfoiled::Window` is a "box" in the terminal to which output can be + # printed and from which input can be received. A basic Nfoiled application + # will utilize only one of these, a single `Window` covering the entirety + # of the `Terminal`'s available area. class Window end -- 2.11.4.GIT