Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138740 | Differences between
and this patch

Collapse All | Expand All

(-)centericq-4.10.0.orig/src/icqface.cc (-1 / +1 lines)
Lines 3035-3041 Link Here
3035
    else if(icqconf::keys[i].key == 9)
3035
    else if(icqconf::keys[i].key == 9)
3036
	return "tab";
3036
	return "tab";
3037
    else if(icqconf::keys[i].key == 27)
3037
    else if(icqconf::keys[i].key == 27)
3038
	return "esc";
3038
	return "esc-esc";
3039
    else if(icqconf::keys[i].key == 331)
3039
    else if(icqconf::keys[i].key == 331)
3040
	return "insert";
3040
	return "insert";
3041
    else if(icqconf::keys[i].key == KEY_DC)
3041
    else if(icqconf::keys[i].key == KEY_DC)

Return to bug 138740