From 175f94fe3ff0b5b341431d33a108e2d3fe9c9149 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 16 Dec 2014 02:58:31 -0500 Subject: [PATCH] Punctuation fix. --- wintable/new/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wintable/new/select.h b/wintable/new/select.h index 12c5770..8f23f03 100644 --- a/wintable/new/select.h +++ b/wintable/new/select.h @@ -89,7 +89,7 @@ HANDLER(mouseDownSelectHandler) /* the routine below is intended to simulate the comctl32.dll listview keyboard navigation rules, at least as far as vertical navigation is concerned. -horizontal scrolling is different because (unlike the comctl32) listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels. +horizontal scrolling is different because unlike the comctl32 listview, we say that a single column in each row has the keyboard focus, so left and right navigate between columns here, instead of scrolling left/right by pixels. TODO provide an override for scrolling by pixels? TODO any other keyboard shortcuts?