Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 790782
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- mrxvt-0.5.4/src/command.c.orig
0
++ mrxvt-0.5.4/src/command.c
Lines 207-213 Link Here
207
int            rxvt_privcases                (rxvt_t*, int, int, uint32_t);
207
int            rxvt_privcases                (rxvt_t*, int, int, uint32_t);
208
void           rxvt_process_terminal_mode    (rxvt_t*, int, int, int, unsigned int, const int*);
208
void           rxvt_process_terminal_mode    (rxvt_t*, int, int, int, unsigned int, const int*);
209
void           rxvt_process_sgr_mode         (rxvt_t*, int, unsigned int, const int*);
209
void           rxvt_process_sgr_mode         (rxvt_t*, int, unsigned int, const int*);
210
#if 0
210
void           rxvt_process_graphics         (rxvt_t*, int);
211
void           rxvt_process_graphics         (rxvt_t*, int);
212
#endif
211
void	       rxvt_process_getc	     (rxvt_t*, int, unsigned char);
213
void	       rxvt_process_getc	     (rxvt_t*, int, unsigned char);
212
/*--------------------------------------------------------------------*
214
/*--------------------------------------------------------------------*
213
 *         END   `INTERNAL' ROUTINE PROTOTYPES                        *
215
 *         END   `INTERNAL' ROUTINE PROTOTYPES                        *
Lines 5029-5038 Link Here
5029
	    rxvt_scr_add_lines(r, page, (const unsigned char *)"\n\r", 1, 2);
5031
	    rxvt_scr_add_lines(r, page, (const unsigned char *)"\n\r", 1, 2);
5030
	    break;
5032
	    break;
5031
5033
5034
#if 0
5032
	/* kidnapped escape sequence: Should be 8.3.48 */
5035
	/* kidnapped escape sequence: Should be 8.3.48 */
5033
	case C1_ESA:	    /* ESC G */
5036
	case C1_ESA:	    /* ESC G */
5034
	    rxvt_process_graphics(r, page);
5037
	    rxvt_process_graphics(r, page);
5035
	    break;
5038
	    break;
5039
#endif
5036
5040
5037
	/* 8.3.63: CHARACTER TABULATION SET */
5041
	/* 8.3.63: CHARACTER TABULATION SET */
5038
	case C1_HTS:	    /* ESC H */
5042
	case C1_HTS:	    /* ESC H */
Lines 6671-6676 Link Here
6671
}
6675
}
6672
/*}}} */
6676
/*}}} */
6673
6677
6678
#if 0
6674
/*{{{ process Rob Nation's own graphics mode sequences */
6679
/*{{{ process Rob Nation's own graphics mode sequences */
6675
/* INTPROTO */
6680
/* INTPROTO */
6676
void
6681
void
Lines 6707-6712 Link Here
6707
						     printable characters. */
6712
						     printable characters. */
6708
}
6713
}
6709
/*}}} */
6714
/*}}} */
6715
#endif
6710
6716
6711
/* ------------------------------------------------------------------------- */
6717
/* ------------------------------------------------------------------------- */
6712
6718

Return to bug 790782