summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9e6bfd)
raw | patch | inline | side by side (parent: c9e6bfd)
author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 1 Jun 2007 06:59:21 +0000 (02:59 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 6 Jun 2007 05:26:45 +0000 (01:26 -0400) |
Since we don't allow the user to select text from the file
viewer right now I'm disabling the normal text cursor and
putting in a plain arror instead. This way users don't
think they can select and copy text, because they can't.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
viewer right now I'm disabling the normal text cursor and
putting in a plain arror instead. This way users don't
think they can select and copy text, because they can't.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/blame.tcl | patch | blob | history |
diff --git a/lib/blame.tcl b/lib/blame.tcl
index 86160092c662673dfe0d852228097d9a68ed91df..33596cd892ab8065fa1282bf0e6c723ac3ae5a01 100644 (file)
--- a/lib/blame.tcl
+++ b/lib/blame.tcl
}
constructor new {i_commit i_path} {
+ global cursor_ptr
+
set commit $i_commit
set path $i_path
$w_load \
$w_line \
$w_file] {
+ $i conf -cursor $cursor_ptr
$i conf -yscrollcommand \
[list many2scrollbar [list \
$w_cgrp \