repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 5e7e1aa0aec5b475620d9b8d0c8d9d2fdf2c8c32: path_to: revision_to:
commit 5e7e1aa0aec5b475620d9b8d0c8d9d2fdf2c8c32 Author: Emanuele GiaquintaDate: Sat Apr 30 13:11:34 2011 +0000 Cleanup. diff --git a/src/background.C b/src/background.C
--- a/src/background.C +++ b/src/background.C @@ -1186,7 +1186,7 @@ rxvt_term::tint_pixmap (Pixmap pixmap, Visual *visual, int width, int height) return ret; } -/* make_transparency_pixmap() +/* * Builds a pixmap of the same size as the terminal window that contains * the tiled portion of the root pixmap that is supposed to be covered by * our window. diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -2626,7 +2626,6 @@ rxvt_term::process_escape_seq ()
switch (ch)
{
- /* case 1: do_tek_mode (); break; */
case '#':
if (cmd_getc () == '8')
scr_E ();
@@ -2697,10 +2696,10 @@ rxvt_term::process_escape_seq ()
break;
/* 8.3.142: SINGLE-SHIFT TWO */
- /*case C1_SS2: scr_single_shift (2); break; */
+ /* case C1_SS2: break; */
/* 8.3.143: SINGLE-SHIFT THREE */
- /*case C1_SS3: scr_single_shift (3); break; */
+ /* case C1_SS3: break; */
/* 8.3.27: DEVICE CONTROL STRING */
case C1_DCS: /* ESC P */
diff --git a/src/xdefaults.C b/src/xdefaults.C
--- a/src/xdefaults.C
+++ b/src/xdefaults.C
@@ -463,7 +463,6 @@ rxvt_usage (int type)
rxvt_log ("\n\n");
rxvt_exit_failure ();
- /* NOTREACHED */
}
/*}}} */
@@ -524,7 +523,7 @@ rxvt_term::get_options (int argc, const char *const *argv)
if (optList_isString (entry))
{
/*
- * special cases are handled in main.c:main () to allow
+ * special cases are handled in init_resources () to allow
* X resources to set these values before we settle for
* default values
*/
-----END OF PAGE-----