View | Details | Raw Unified | Return to bug 26817
Collapse All | Expand All

(-)main.c (+6 lines)
Lines 610-615 Link Here
610
{
610
{
611
	int ch = getch();
611
	int ch = getch();
612
		
612
		
613
	if (ch == ERR)
614
	{
615
		log(LL_ERR, "kbdrdhdl: ERROR, read error on controlling tty, errno = %d!", errno);
616
		error_exit(1, "kbdrdhdl: ERROR, read error on controlling tty, errno = %d!", errno);
617
	}
618
	
613
	switch(ch)
619
	switch(ch)
614
	{
620
	{
615
		case 0x0c:	/* control L */
621
		case 0x0c:	/* control L */

Return to bug 26817