Omit results from cut-and-paste and drag-drop-drop
commit28e8de25299d72a267f47091a5adbb1844d025d2
authorOwen W. Taylor <otaylor@fishsoup.net>
Sun, 18 Nov 2007 02:00:10 +0000 (17 21:00 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Sun, 18 Nov 2007 02:00:10 +0000 (17 21:00 -0500)
tree34917db9760e7a03d6363ebafd4a0ac0b56761f8
parent5f92ca8f399d7071ec723827dc8a066622e842bb
Omit results from cut-and-paste and drag-drop-drop
sanitize_text_view.py: "Behavior" object that hooks onto a
  GtkTextView and makes it conform to our will
main.py: Hook up cut/copy/paste to the textviews action signals,
  rather than directly to the buffer
lib/reinteract/main.py
lib/reinteract/sanitize_textview_ipc.py [new file with mode: 0644]
lib/reinteract/shell_view.py