Skip to content

Generalize the Window Command

Bastien Dejean edited this page Jan 11, 2014 · 17 revisions

The purpose of this draft is to examine how we might generalize the window command to handle internal tree nodes.

Selector

Format: /[RF12pbe]+.

R
    root

F
    focused node

1
    first child

2
    second child

p
    parent

b
    brother

e
    edge

Behaviors

Focusing

  • Clear the input focus.
  • Perform the border drawing instructions on all the leaves of the subtree.
  • Stacking: stack each leaf?
  • Behavior of focus_follows_pointer?

Transferring

Swapping

Clone this wiki locally