Class Luck::Display
In: lib/luck/display.rb
Parent: Object

Methods

[]   active_control=   alert   close   color   cycle_controls   cycle_controls_back   dirty!   focus   handle   handle_stdin   height   new   pane   pane_at   place   redraw   route_key   width  

Constants

BUTTONS = { 0 => :left, 1 => :middle, 2 => :right, 3 => :release, 64 => :scrollup, 65 => :scrolldown

Attributes

active_control  [RW] 
active_pane  [RW] 
client  [RW] 
dirty  [RW] 
driver  [RW] 
modal  [RW] 
panes  [RW] 

Public Class methods

Public Instance methods

alt-anything => \e*KEY* (same as Esc, key) alt-[ would become \e[ which is an ANSI escape

ctrl-stuff becomes weird stuff, i.e. ctrl-space = \x00, ctrl-a = \x01, ctrl-b = \x02

super is not sent?

[Validate]