Quote:
	
	
		| 
					Originally Posted by PoP  [EDIT 2011-04-07] Following up on my previous version
 - I have added escape sequences for the Home and End keys (which now work in htop, mc, vi, nano, ...)
 - I have modified the keyboard help accordingly (it is now even more crowded, welcoming anyone's suggestion to make it more elegant).
 
 ...
 
 | 
	
 PoP,
Could you explain to me how to apply this patch to the source code?
I have tried downloading the code from 
http://info.iet.unipi.it/~luigi/kind...m-20110107.tgz and applying the patch by using "patch -p0 < KiTerm.patch"; however, this gives errors such as
	Code:
	patching file ./KiTerm/font.h
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file ./KiTerm/font.h.rej
 and so on.
I realize that I can simply use the binary file, but I would like to see how this works.