From 8848415eea8db3c206dbc138732ff56ba51e83c6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 4 Jul 2009 20:54:56 +0100 Subject: [PATCH] Default cursor is LH one --- pctb/dictionary-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pctb/dictionary-manager b/pctb/dictionary-manager index 24e1aa2..c1e983b 100755 --- a/pctb/dictionary-manager +++ b/pctb/dictionary-manager @@ -731,7 +731,7 @@ proc startup_cursor {} { global glyphsdone unk_l unk_r set cur_already [expr {[llength $glyphsdone]/5-1}] - set cur_mode 1 ;# one of: 0 1 already text + set cur_mode 0 ;# one of: 0 1 already text set cur_0 $unk_l set cur_1 [expr {$unk_r+1}] -- 2.30.2