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

(-)rxvt-unicode-9.22/src/command.C (-1 / +1 lines)
Lines 2868-2874 Link Here
2868
  i = ch - CSI_ICH;
2868
  i = ch - CSI_ICH;
2869
  ndef = get_byte_array_bit (csi_defaults, i);
2869
  ndef = get_byte_array_bit (csi_defaults, i);
2870
  for (p = 0; p < nargs; p++)
2870
  for (p = 0; p < nargs; p++)
2871
    if (arg[p] == -1)
2871
    if (arg[p] < 0 || arg[p] > 30000)
2872
      arg[p] = ndef;
2872
      arg[p] = ndef;
2873
2873
2874
  /*
2874
  /*

Return to bug 618248