diff options
| author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-11-19 22:32:39 +0100 | 
|---|---|---|
| committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-11-19 22:32:39 +0100 | 
| commit | 58a650f089a7898724d6a79a3dc2c8bb6d9eb714 (patch) | |
| tree | 8e594117ee91a52bd6c6809fafe463b57b9f844f | |
| parent | e417230f3818c84306ee7bd29772d857f76701d4 (diff) | |
| download | st-58a650f089a7898724d6a79a3dc2c8bb6d9eb714.tar.gz st-58a650f089a7898724d6a79a3dc2c8bb6d9eb714.tar.bz2 | |
clean comment regarding redrawing in bmotion().
| -rw-r--r-- | st.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -522,7 +522,9 @@ static void brelease(XEvent *e) {  static void bmotion(XEvent *e) {  	if (sel.mode) {  		getbuttoninfo(e, NULL, &sel.ex, &sel.ey); -		//	draw(1); +		/* XXX: draw() can't keep up, disabled for now. +		   selection is visible on button release. +		   draw(1); */  	}  } | 
