dmenu

fork of dmenu
git clone git://popovic.xyz/dmenu.git
Log | Files | Refs | README | LICENSE

dmenu.c.rej (244B)


      1 --- dmenu.c	2021-04-16 06:30:47.715924755 +0300
      2 +++ dmenu.c	2021-04-16 06:30:59.668925245 +0300
      3 @@ -411,7 +427,7 @@ keypress(XKeyEvent *ev)
      4  
      5  	switch(ksym) {
      6  	default:
      7 -insert:
      8 +	insert:
      9  		if (!iscntrl(*buf))
     10  			insert(buf, len);
     11  		break;