Allow more complex delimiters for word selections.
Thanks Alexander Rezinsky <alexrez@gmail.com>!
This commit is contained in:
		| @@ -9,7 +9,14 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals | |||||||
| static int borderpx = 2; | static int borderpx = 2; | ||||||
| static char shell[] = "/bin/sh"; | static char shell[] = "/bin/sh"; | ||||||
|  |  | ||||||
| /* timeouts (in milliseconds) */ | /* | ||||||
|  |  * word delimiter string | ||||||
|  |  * | ||||||
|  |  * More advanced example: " `'\"()[]{}" | ||||||
|  |  */ | ||||||
|  | static char worddelimiters[] = " "; | ||||||
|  |  | ||||||
|  | /* selection timeouts (in milliseconds) */ | ||||||
| static unsigned int doubleclicktimeout = 300; | static unsigned int doubleclicktimeout = 300; | ||||||
| static unsigned int tripleclicktimeout = 600; | static unsigned int tripleclicktimeout = 600; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christoph Lohmann
					Christoph Lohmann