IUS4EW7KL6ZJR2LN5VG7SW6DI7TTPVYYRFOLPHEON36HHVS4YWZQC
if pane and pane.editable then
keychord_pressed_on_editable_pane(pane, chord, key)
else
keychord_pressed_in_normal_mode_with_immutable_pane(pane, chord, key)
if pane then
if pane.editable then
keychord_pressed_on_editable_pane(pane, chord, key)
else
keychord_pressed_in_normal_mode_with_immutable_pane(pane, chord, key)
end
-- editable cursor pane will have already updated its screen_top, so don't clobber it here
plan_draw{ignore_editable_cursor_pane=true}