From 6e003b7ee5165996286003c32af42eae3397fff9 Mon Sep 17 00:00:00 2001 From: moculus Date: Fri, 22 Jun 2007 19:29:24 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- window2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/window2.py b/window2.py index 5216635..9b24905 100644 --- a/window2.py +++ b/window2.py @@ -2,8 +2,8 @@ import os.path, string import regex from point2 import Point -#WORD_LETTERS = list(string.letters + string.digits) -WORD_LETTERS = string.letters + string.digits + "_" +WORD_LETTERS = list(string.letters + string.digits) +#WORD_LETTERS = string.letters + string.digits + "_" # note about the cursor: the cursor position will insert in front of the # character it highlights. to this end, it needs to be able to highlight behind