X-Injected-By: benja@lorien.it.jyu.fi Date: Mon, 1 Apr 2002 09:13:07 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: binary End# Go to endcell (-*-Python-*-) if not isPending: setPendingAction(this_cell) else: c = cell.h(dim, dir) Cursor.set(window, c) EKludge for now-- 'End' does not work properly on some Javas. We'll need to make the key texts work correctly...h# Hop a cell (-*-Python-*-) if not isPending: setPendingAction(this_cell) else: cell.hop(dim, dir) b# Break a connection (-*-Python-*-) if not isPending: setPendingAction(this_cell) else: cell.disconnect(dim, dir)