ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/screen.C
(Generate patch)

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.184 by root, Wed Dec 21 14:23:30 2005 UTC vs.
Revision 1.222 by root, Wed Jan 11 05:14:26 2006 UTC

1/*--------------------------------*-C-*--------------------------------------* 1/*--------------------------------*-C-*--------------------------------------*
2 * File: screen.C 2 * File: screen.C
3 *---------------------------------------------------------------------------* 3 *---------------------------------------------------------------------------*
4 * 4 *
5 * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com> 5 * Copyright (c) 1997-2001 Geoff Wing <gcw@pobox.com>
6 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 6 * Copyright (c) 2003-2006 Marc Lehmann <pcg@goof.com>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
24 * This file handles _all_ screen updates and selections 24 * This file handles _all_ screen updates and selections
25 */ 25 */
26 26
27#include "../config.h" /* NECESSARY */ 27#include "../config.h" /* NECESSARY */
28#include "rxvt.h" /* NECESSARY */ 28#include "rxvt.h" /* NECESSARY */
29#include "rxvtperl.h" /* NECESSARY */
29 30
30#include <X11/Xmd.h> /* get the typedef for CARD32 */ 31#include <X11/Xmd.h> /* get the typedef for CARD32 */
31 32
32#include <inttypes.h> 33#include <inttypes.h>
33 34
46 47
47/* ------------------------------------------------------------------------- * 48/* ------------------------------------------------------------------------- *
48 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES * 49 * GENERAL SCREEN AND SELECTION UPDATE ROUTINES *
49 * ------------------------------------------------------------------------- */ 50 * ------------------------------------------------------------------------- */
50#define ZERO_SCROLLBACK() \ 51#define ZERO_SCROLLBACK() \
51 if (options & Opt_scrollTtyOutput) \ 52 if (OPTION (Opt_scrollTtyOutput)) \
52 view_start = 0 53 view_start = 0
53#define CLEAR_SELECTION() \ 54#define CLEAR_SELECTION() \
54 selection.beg.row = selection.beg.col \ 55 selection.beg.row = selection.beg.col \
55 = selection.end.row = selection.end.col = 0 56 = selection.end.row = selection.end.col = 0
56#define CLEAR_ALL_SELECTION() \ 57#define CLEAR_ALL_SELECTION() \
123 lalloc (l); 124 lalloc (l);
124 col = 0; 125 col = 0;
125 width = ncol; 126 width = ncol;
126 } 127 }
127 128
129 l.touch ();
130
128 efs &= ~RS_baseattrMask; 131 efs &= ~RS_baseattrMask;
129 efs = SET_FONT (efs, FONTSET (efs)->find_font (' ')); 132 efs = SET_FONT (efs, FONTSET (efs)->find_font (' '));
130 133
131 text_t *et = l.t + col; 134 text_t *et = l.t + col;
132 rend_t *er = l.r + col; 135 rend_t *er = l.r + col;
142/* Fill a full line with blanks - make sure it is allocated first */ 145/* Fill a full line with blanks - make sure it is allocated first */
143void 146void
144rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs) 147rxvt_term::scr_blank_screen_mem (line_t &l, rend_t efs)
145{ 148{
146 scr_blank_line (l, 0, ncol, efs); 149 scr_blank_line (l, 0, ncol, efs);
150
151 l.l = 0;
152 l.f = 0;
147} 153}
148 154
149/* ------------------------------------------------------------------------- * 155/* ------------------------------------------------------------------------- *
150 * SCREEN INITIALISATION * 156 * SCREEN INITIALISATION *
151 * ------------------------------------------------------------------------- */ 157 * ------------------------------------------------------------------------- */
158
152void 159void
153rxvt_term::scr_reset () 160rxvt_term::scr_reset ()
154{ 161{
155 unsigned int p, q;
156 int k;
157
158#if ENABLE_OVERLAY 162#if ENABLE_OVERLAY
159 scr_overlay_off (); 163 scr_overlay_off ();
160#endif 164#endif
161 165
162 view_start = 0; 166 view_start = 0;
172 return; 176 return;
173 177
174 // we need at least two lines for wrapping to work correctly 178 // we need at least two lines for wrapping to work correctly
175 if (nrow + saveLines < 2) 179 if (nrow + saveLines < 2)
176 { 180 {
181 //TODO//FIXME
177 saveLines++; 182 saveLines++;
178 prev_nrow--; 183 prev_nrow--;
179 nsaved++; 184 nsaved++;
180 } 185 }
181 186
185 total_rows = nrow + saveLines; 190 total_rows = nrow + saveLines;
186 191
187 screen.tscroll = 0; 192 screen.tscroll = 0;
188 screen.bscroll = nrow - 1; 193 screen.bscroll = nrow - 1;
189 194
190 if (!save) 195 if (!row_buf)
191 { 196 {
192 /* 197 /*
193 * first time called so just malloc everything: don't rely on realloc 198 * first time called so just malloc everything: don't rely on realloc
194 * Note: this is still needed so that all the scrollback lines are NULL
195 */ 199 */
196 nsaved = 0; /* no saved lines */ 200 nsaved = 0; /* no saved lines */
197 term_start = 0; 201 term_start = 0;
198 202
199 talloc = new rxvt_salloc (ncol * sizeof (text_t)); 203 talloc = new rxvt_salloc (ncol * sizeof (text_t));
200 ralloc = new rxvt_salloc (ncol * sizeof (rend_t)); 204 ralloc = new rxvt_salloc (ncol * sizeof (rend_t));
201 205
202 save = (line_t *)rxvt_calloc (total_rows, sizeof (line_t));
203 buf = (line_t *)rxvt_calloc (total_rows, sizeof (line_t)); 206 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t));
204 drawn = (line_t *)rxvt_calloc (nrow, sizeof (line_t)); 207 drawn_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t));
205 swap_save = (line_t *)rxvt_calloc (nrow, sizeof (line_t)); 208 swap_buf = (line_t *)rxvt_calloc (nrow , sizeof (line_t));
206 209
207 for (p = nrow; p--; ) 210 for (int row = nrow; row--; )
208 { 211 {
209 scr_blank_screen_mem (ROW(p), DEFAULT_RSTYLE); 212 scr_blank_screen_mem (ROW (row), DEFAULT_RSTYLE);
210 scr_blank_screen_mem (swap_save[p], DEFAULT_RSTYLE); 213 scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE);
211 scr_blank_screen_mem (drawn[p], DEFAULT_RSTYLE); 214 scr_blank_screen_mem (drawn_buf[row], DEFAULT_RSTYLE);
212 } 215 }
213 216
214 memset (charsets, 'B', sizeof (charsets)); 217 memset (charsets, 'B', sizeof (charsets));
215 rstyle = DEFAULT_RSTYLE; 218 rstyle = DEFAULT_RSTYLE;
216 screen.flags = Screen_DefaultFlags; 219 screen.flags = Screen_DefaultFlags;
240 { 243 {
241 /* 244 /*
242 * add or delete rows as appropriate 245 * add or delete rows as appropriate
243 */ 246 */
244 247
245 rxvt_salloc *old_ta; 248 rxvt_salloc *old_ta = talloc; talloc = new rxvt_salloc (ncol * sizeof (text_t));
246 rxvt_salloc *old_ra; 249 rxvt_salloc *old_ra = ralloc; ralloc = new rxvt_salloc (ncol * sizeof (rend_t));
247 250
251#if 0
248 if (nrow < prev_nrow) 252 if (nrow < prev_nrow)
249 { 253 {
250 /* delete rows */
251 k = min (nsaved, prev_nrow - nrow);
252 // k = max (0, - ( (nrow - 1) - r->screen.cur.row)); // mmc's http://maruska.dyndns.org/wiki/scrolling-bug //make configurable? //D TODO
253 scr_scroll_text (0, (int)prev_nrow - 1, k);
254
255 for (p = nrow; p < prev_nrow; p++) 254 for (int row = nrow; row < prev_nrow; row++)
256 { 255 {
257 lfree (ROW(p));
258 lfree (swap_save[p]); 256 lfree (swap_buf [row]);
259 lfree (drawn[p]); 257 lfree (drawn_buf[row]);
260 } 258 }
259 }
260#endif
261 261
262 /* we have fewer rows so fix up cursor position */ 262 drawn_buf = (line_t *)rxvt_realloc (drawn_buf, nrow * sizeof (line_t));
263 min_it (screen.cur.row, (int32_t)nrow - 1); 263 swap_buf = (line_t *)rxvt_realloc (swap_buf , nrow * sizeof (line_t));
264 264
265 scr_reset_realloc (); /* realloc _last_ */ 265 for (int row = min (nrow, prev_nrow); row--; )
266 {
267 lresize (drawn_buf[row]);
268 lresize (swap_buf [row]);
269 }
270
271 for (int row = prev_nrow; row < nrow; row++)
272 {
273 swap_buf [row].clear (); scr_blank_screen_mem (swap_buf [row], DEFAULT_RSTYLE);
274 drawn_buf[row].clear (); scr_blank_screen_mem (drawn_buf[row], DEFAULT_RSTYLE);
275 }
276
277 line_t *old_buf = row_buf;
278 row_buf = (line_t *)rxvt_calloc (total_rows + nrow, sizeof (line_t));
266 } 279
267 else if (nrow > prev_nrow) 280 int p = MOD (term_start + prev_nrow, prev_total_rows); // previous row
281 int pend = MOD (term_start - nsaved , prev_total_rows);
282 int q = total_rows; // rewrapped row
283
284 if (nsaved)
285 {
286 // re-wrap lines, this is rather ugly, possibly because I am too dumb
287 // to come up with a lean and mean algorithm.
288
289 row_col_t ocur = screen.cur;
290 ocur.row = MOD (term_start + ocur.row, prev_total_rows);
291
268 { 292 do
269 /* add rows */
270 scr_reset_realloc (); /* realloc _first_ */
271
272 int ocol = ncol;
273 ncol = prev_ncol; // save b/c scr_blank_screen_mem uses this
274
275 k = min (nsaved, nrow - prev_nrow);
276
277 for (p = prev_total_rows; p < total_rows; p++)
278 save[p].clear ();
279
280 for (p = prev_total_rows; p < total_rows - k; p++)
281 scr_blank_screen_mem (save[p], DEFAULT_RSTYLE);
282
283 for (p = prev_nrow; p < nrow; p++)
284 { 293 {
285 swap_save[p].clear (); scr_blank_screen_mem (swap_save[p], DEFAULT_RSTYLE); 294 p = MOD (p - 1, prev_total_rows);
286 drawn[p].clear (); scr_blank_screen_mem (drawn[p], DEFAULT_RSTYLE);
287 }
288
289 if (k > 0)
290 {
291 scr_scroll_text (0, (int)nrow - 1, -k);
292 screen.cur.row += k;
293 screen.s_cur.row += k;
294 nsaved -= k;
295 }
296
297#ifdef DEBUG_STRICT 295#ifdef DEBUG_STRICT
298 assert (screen.cur.row < nrow); 296 assert (old_buf [MOD (p, prev_total_rows)].t);
299#else /* drive with your eyes closed */
300 min_it (screen.cur.row, nrow - 1);
301#endif 297#endif
302 ncol = ocol; // save b/c scr_blank_screen_mem uses this
303 }
304
305 /* resize columns */
306 if (ncol != prev_ncol)
307 {
308 old_ta = talloc; talloc = new rxvt_salloc (ncol * sizeof (text_t));
309 old_ra = ralloc; ralloc = new rxvt_salloc (ncol * sizeof (rend_t));
310
311 for (p = total_rows; p--; )
312 lresize (save[p]);
313
314 for (p = nrow; p--; )
315 {
316 lresize (drawn[p]);
317 lresize (swap_save[p]);
318 }
319
320 min_it (screen.cur.col, (int16_t)ncol - 1);
321
322 delete old_ta;
323 delete old_ra;
324 }
325
326#if 0
327 // re-wrap lines, this is rather ugly, possibly because I am too dumb
328 // to come up with a lean and mean algorithm.
329 rxvt_salloc *ta = new rxvt_salloc (ncol * sizeof (text_t));
330 rxvt_salloc *ra = new rxvt_salloc (ncol * sizeof (rend_t));
331
332 text_t **tp = (text_t **)rxvt_calloc (total_rows, sizeof (text_t *));
333 rend_t **rp = (rend_t **)rxvt_calloc (total_rows, sizeof (rend_t *));
334 tlen_t *tl = (tlen_t *) rxvt_calloc (total_rows, sizeof (tlen_t));
335
336 for (p = 0; p < prev_total_rows; p++) printf ("P %p %d\n", save[p].t, save[p].l);//D
337
338 p = prev_total_rows;
339 q = total_rows;
340
341 while (p > 0 && q > 0)
342 {
343 --p;
344
345 printf ("pq %d:%d\n", p, q);
346 if (save[p].t)
347 {
348 int llen = save[p].l; 298 int plines = 1;
299 int llen = old_buf [MOD (p, prev_total_rows)].l;
349 300
350 assert (llen >= 0); 301 while (p != pend && old_buf [MOD (p - 1, prev_total_rows)].is_longer ())
351
352 while (p && save[p - 1].l < 0)
353 { 302 {
303 p = MOD (p - 1, prev_total_rows);
304
354 --p; 305 plines++;
355 llen += prev_ncol; 306 llen += prev_ncol;
356 } 307 }
357 308
358 int qlines = llen / ncol + 1; 309 int qlines = max (0, (llen - 1) / ncol) + 1;
310
311 // drop partial lines completely
312 if (q < qlines)
313 break;
314
315 q -= qlines;
316
359 int lofs = 0; 317 int lofs = 0;
318 line_t *qline;
360 319
361 q -= qlines; 320 // re-assemble the full line by destination lines
362
363 int qrow = q;
364
365 printf ("QL %d llen %d\n", qlines, llen);//D
366 for (; qlines--; qrow++) 321 for (int qrow = q; qlines--; qrow++)
367 { 322 {
323 qline = row_buf + qrow;
324 lalloc (*qline);
325 qline->l = ncol;
326 qline->is_longer (1);
327
368 if (qrow >= 0) 328 int qcol = 0;
329
330 // fill a single destination line
331 while (lofs < llen && qcol < ncol)
369 { 332 {
370 tp [qrow] = (text_t *)ta->alloc ();
371 rp [qrow] = (rend_t *)ra->alloc ();
372 tl [qrow] = LINE_CONT1;
373
374 int qcol = 0;
375
376 for (;;)
377 {
378 int prow = lofs / prev_ncol + p; 333 int prow = lofs / prev_ncol;
379 int pcol = lofs % prev_ncol; 334 int pcol = lofs % prev_ncol;
380 335
336 prow = MOD (p + prow, prev_total_rows);
337
338 // we only adjust the cursor _row_ and put it into
339 // the topmost line of "long line" it was in, as
340 // this seems to upset applications/shells/readline
341 // least.
342 if (prow == ocur.row)
343 screen.cur.row = q - (total_rows - nrow);
344
345 line_t &pline = old_buf [prow];
346
381 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs); 347 int len = min (min (prev_ncol - pcol, ncol - qcol), llen - lofs);
382 348
383 printf ("q %d lofs %d>%d len %d pq %d:%d p %d:%d q :%d\n", q, llen, lofs, len, prev_ncol, ncol, prow, pcol, qcol);
384
385 if (len <= 0)
386 {
387 tl [qrow] = qcol;
388
389 TODO
390 scr_blank_line (tp [qrow] + qcol, rp [qrow] + qcol,
391 ncol - qcol, DEFAULT_RSTYLE);
392
393 break;
394 }
395
396 assert (lofs < 1000); 349 assert (len);
350 assert (pline.t);
397 351
398 memcpy (tp [qrow] + qcol, save[prow].t + pcol, len * sizeof (text_t)); 352 memcpy (qline->t + qcol, pline.t + pcol, len * sizeof (text_t));
399 memcpy (rp [qrow] + qcol, save[prow].r + pcol, len * sizeof (rend_t)); 353 memcpy (qline->r + qcol, pline.r + pcol, len * sizeof (rend_t));
400 354
401 lofs += len; 355 lofs += len;
402 qcol += len; 356 qcol += len;
403
404 if (qcol == ncol)
405 break;
406 }
407 } 357 }
408 else
409 lofs += ncol;
410 } 358 }
359
360 qline->l = llen ? MOD (llen - 1, ncol) + 1 : 0;
361 qline->is_longer (0);
362 scr_blank_line (*qline, qline->l, ncol - qline->l, DEFAULT_RSTYLE);
411 } 363 }
364 while (p != pend && q > 0);
365
366 term_start = total_rows - nrow;
367 nsaved = term_start - q;
368
369 // make sure all terminal lines exist
370 while (nsaved < 0)
371 scr_blank_screen_mem (ROW (-++nsaved), DEFAULT_RSTYLE);
372 }
373 else
412 } 374 {
375 // if no scrollback exists (yet), wing, instead of wrap
376
377 for (int row = min (nrow, prev_nrow); row--; )
378 {
379 line_t &pline = old_buf [MOD (term_start + row, prev_total_rows)];
380 line_t &qline = row_buf [row];
413 381
414 free (screen.text); screen.text = tp; 382 qline = pline;
415 free (screen.rend); screen.rend = rp; 383 lresize (qline);
416 free (screen.tlen); screen.tlen = tl; 384 }
417 385
418 for (p = 0; p < total_rows; p++) printf ("P %p %d\n", save[p].t, save[p].l);//D 386 for (int row = prev_nrow; row < nrow; row++)
387 {
388 row_buf [row].clear (); scr_blank_screen_mem (row_buf [row], DEFAULT_RSTYLE);
389 }
390
391 term_start = 0;
392 }
393
394#ifdef DEBUG_STRICT //TODO: remove
395 for (int i = -nsaved; i < nrow; i++)
396 assert (ROW (i).t);
419#endif 397#endif
398
399 free (old_buf);
400 delete old_ta;
401 delete old_ra;
402
403 clamp_it (screen.cur.row, 0, nrow - 1);
404 clamp_it (screen.cur.col, 0, ncol - 1);
420 405
421 if (tabs) 406 if (tabs)
422 free (tabs); 407 free (tabs);
423 } 408 }
424 409
425 prev_nrow = nrow; 410 prev_nrow = nrow;
426 prev_ncol = ncol; 411 prev_ncol = ncol;
427 412
428 tabs = (char *)rxvt_malloc (ncol * sizeof (char)); 413 tabs = (char *)rxvt_malloc (ncol * sizeof (char));
429 414
430 for (p = 0; p < ncol; p++) 415 for (int col = ncol; col--; )
431 tabs[p] = (p % TABSIZE == 0) ? 1 : 0; 416 tabs [col] = col % TABSIZE == 0;
432 417
433 tt_winch (); 418 tt_winch ();
434}
435 419
436void 420 HOOK_INVOKE ((this, HOOK_RESET, DT_END));
437rxvt_term::scr_reset_realloc ()
438{
439 swap_save = (line_t *) rxvt_realloc (swap_save , nrow * sizeof (line_t));
440 drawn = (line_t *) rxvt_realloc (drawn , nrow * sizeof (line_t));
441 buf = (line_t *) rxvt_realloc (buf , nrow * sizeof (line_t));
442 save = (line_t *) rxvt_realloc (save , total_rows * sizeof (line_t));
443} 421}
444 422
445/* ------------------------------------------------------------------------- */ 423/* ------------------------------------------------------------------------- */
446/* 424/*
447 * Free everything. That way malloc debugging can find leakage. 425 * Free everything. That way malloc debugging can find leakage.
450rxvt_term::scr_release () 428rxvt_term::scr_release ()
451{ 429{
452 delete talloc; talloc = 0; 430 delete talloc; talloc = 0;
453 delete ralloc; ralloc = 0; 431 delete ralloc; ralloc = 0;
454 432
455 free (save); 433 free (row_buf);
456 free (swap_save); 434 free (swap_buf);
457 free (drawn); 435 free (drawn_buf);
458 free (buf);
459 free (tabs); 436 free (tabs);
437
438 row_buf = 0; // signal that we freed all the arrays
460} 439}
461 440
462/* ------------------------------------------------------------------------- */ 441/* ------------------------------------------------------------------------- */
463/* 442/*
464 * Hard reset 443 * Hard reset
520 min_it (s->cur.row, nrow - 1); 499 min_it (s->cur.row, nrow - 1);
521 min_it (s->cur.col, ncol - 1); 500 min_it (s->cur.col, ncol - 1);
522#ifdef DEBUG_STRICT 501#ifdef DEBUG_STRICT
523 assert (s->cur.row >= 0); 502 assert (s->cur.row >= 0);
524 assert (s->cur.col >= 0); 503 assert (s->cur.col >= 0);
525#else /* drive with your eyes closed */
526 max_it (s->cur.row, 0);
527 max_it (s->cur.col, 0);
528#endif 504#endif
529} 505}
530 506
531/* ------------------------------------------------------------------------- */ 507/* ------------------------------------------------------------------------- */
532/* 508/*
552 528
553 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1); 529 screen.cur.row = clamp (screen.cur.row, 0, prev_nrow - 1);
554 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1); 530 screen.cur.col = clamp (screen.cur.col, 0, prev_ncol - 1);
555 531
556#if NSCREENS 532#if NSCREENS
557 if (options & Opt_secondaryScreen) 533 if (OPTION (Opt_secondaryScreen))
558 { 534 {
559 num_scr = 0; 535 num_scr = 0;
560 536
561 for (int i = nrow; i--; ) 537 for (int i = prev_nrow; i--; )
562 ::swap (ROW(i), swap_save[i]); 538 ::swap (ROW(i), swap_buf [i]);
563 539
564 ::swap (screen.charset, swap.charset); 540 ::swap (screen.charset, swap.charset);
565 ::swap (screen.flags, swap.flags); 541 ::swap (screen.flags, swap.flags);
566 screen.flags |= Screen_VisibleCursor; 542 screen.flags |= Screen_VisibleCursor;
567 swap.flags |= Screen_VisibleCursor; 543 swap.flags |= Screen_VisibleCursor;
568 } 544 }
569 else 545 else
570#endif 546#endif
571 if (options & Opt_secondaryScroll) 547 if (OPTION (Opt_secondaryScroll))
572 scr_scroll_text (0, prev_nrow - 1, prev_nrow); 548 scr_scroll_text (0, prev_nrow - 1, prev_nrow);
573 549
574 return scrn; 550 return scrn;
575} 551}
576 552
596 * Change the colour for following text 572 * Change the colour for following text
597 */ 573 */
598void 574void
599rxvt_term::scr_color (unsigned int color, int fgbg) 575rxvt_term::scr_color (unsigned int color, int fgbg)
600{ 576{
601 if (color > maxTermCOLOR) 577 if (!IN_RANGE_INC (color, minTermCOLOR, maxTermCOLOR))
602 color = fgbg; 578 color = fgbg;
603 579
604 if (fgbg == Color_fg) 580 if (fgbg == Color_fg)
605 rstyle = SET_FGCOLOR (rstyle, color); 581 rstyle = SET_FGCOLOR (rstyle, color);
606 else 582 else
638 num_scr += count; 614 num_scr += count;
639 615
640 if (count > 0 616 if (count > 0
641 && row1 == 0 617 && row1 == 0
642 && row2 == nrow - 1 618 && row2 == nrow - 1
643 && (current_screen == PRIMARY || options & Opt_secondaryScroll)) 619 && (current_screen == PRIMARY || OPTION (Opt_secondaryScroll)))
644 { 620 {
645 nsaved = min (nsaved + count, saveLines); 621 nsaved = min (nsaved + count, saveLines);
622
623 HOOK_INVOKE ((this, HOOK_SCROLL_BACK, DT_INT, count, DT_INT, nsaved, DT_END));
624
646 term_start = (term_start + count) % total_rows; 625 term_start = (term_start + count) % total_rows;
647 626
648 if (selection.op && current_screen == selection.screen) 627 if (selection.op && current_screen == selection.screen)
649 { 628 {
650 selection.beg.row -= count; 629 selection.beg.row -= count;
651 selection.end.row -= count; 630 selection.end.row -= count;
652 selection.mark.row -= count; 631 selection.mark.row -= count;
653 632
654 selection_check (0); 633 if (selection.beg.row < -nsaved
634 || selection.end.row < -nsaved
635 || selection.mark.row < -nsaved)
636 {
637 CLEAR_ALL_SELECTION ();
638 selection.op = SELECTION_CLEAR;
639 }
655 } 640 }
656 641
657 for (int i = count; i--; ) 642 for (int i = count; i--; )
658 scr_blank_screen_mem (ROW(row2 - i), rstyle); 643 {
644 // basically thi is a slightly optimized scr_blank_screen_mem
645 // it is worth the effort on slower machines
646 line_t &l = ROW(row2 - i);
647
648 scr_blank_line (l, 0, l.l, rstyle);
649
650 l.l = 0;
651 l.f = 0;
652 }
659 653
660 if ((options & Opt_scrollWithBuffer) 654 if (OPTION (Opt_scrollWithBuffer)
661 && view_start != 0 655 && view_start != 0
662 && view_start != saveLines) 656 && view_start != saveLines)
663 scr_page (UP, count); 657 scr_page (UP, count);
664 } 658 }
665 else 659 else
666 { 660 {
667 if (selection.op && current_screen == selection.screen) 661 if (selection.op && current_screen == selection.screen)
668 { 662 {
669 int i = selection.beg.row; 663 if ((selection.beg.row < row1 && selection.end.row > row1)
670 int j = selection.end.row; 664 || (selection.beg.row < row2 && selection.end.row > row2)
671
672 if ((i < row1 && j > row1)
673 || (i < row2 && j > row2)
674 || (i - count < row1 && i >= row1) 665 || (selection.beg.row - count < row1 && selection.beg.row >= row1)
675 || (i - count > row2 && i <= row2) 666 || (selection.beg.row - count > row2 && selection.beg.row <= row2)
676 || (j - count < row1 && j >= row1) 667 || (selection.end.row - count < row1 && selection.end.row >= row1)
677 || (j - count > row2 && j <= row2)) 668 || (selection.end.row - count > row2 && selection.end.row <= row2))
678 { 669 {
679 CLEAR_ALL_SELECTION (); 670 CLEAR_ALL_SELECTION ();
680 selection.op = SELECTION_CLEAR; /* XXX: too aggressive? */ 671 selection.op = SELECTION_CLEAR;
681 } 672 }
682 else if (j >= row1 && j <= row2) 673 else if (selection.end.row >= row1 && selection.end.row <= row2)
683 { 674 {
684 /* move selected region too */ 675 /* move selected region too */
685 selection.beg.row -= count; 676 selection.beg.row -= count;
686 selection.end.row -= count; 677 selection.end.row -= count;
687 selection.mark.row -= count; 678 selection.mark.row -= count;
693 // use a simple and robust scrolling algorithm, this 684 // use a simple and robust scrolling algorithm, this
694 // part of scr_scroll_text is not time-critical. 685 // part of scr_scroll_text is not time-critical.
695 686
696 int rows = row2 - row1 + 1; 687 int rows = row2 - row1 + 1;
697 688
689 min_it (count, rows);
690
691 line_t *temp_buf = row_buf + total_rows;
692
698 for (int row = 0; row < rows; row++) 693 for (int row = 0; row < rows; row++)
699 { 694 {
700 buf [row] = ROW(row1 + (row + count + rows) % rows); 695 temp_buf [row] = ROW(row1 + (row + count + rows) % rows);
701 696
702 if (!IN_RANGE_EXC (row + count, 0, rows)) 697 if (!IN_RANGE_EXC (row + count, 0, rows))
703 scr_blank_screen_mem (buf [row], rstyle); 698 scr_blank_screen_mem (temp_buf [row], rstyle);
704 } 699 }
705 700
706 for (int row = 0; row < rows; row++) 701 for (int row = 0; row < rows; row++)
707 ROW(row1 + row) = buf [row]; 702 ROW(row1 + row) = temp_buf [row];
708 } 703 }
709 704
710 return count; 705 return count;
711} 706}
712 707
713/* ------------------------------------------------------------------------- */ 708/* ------------------------------------------------------------------------- */
714/* 709/*
715 * Add text given in <str> of length <len> to screen struct 710 * Add text given in <str> of length <len> to screen struct
716 */ 711 */
717void 712void
718rxvt_term::scr_add_lines (const unicode_t *str, int nlines, int len) 713rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines)
719{ 714{
720 if (len <= 0) /* sanity */ 715 if (len <= 0) /* sanity */
721 return; 716 return;
722 717
723 unsigned char checksel; 718 unsigned char checksel;
724 unicode_t c; 719 unicode_t c;
725 int row, last_col; 720 int ncol = this->ncol;
726 const unicode_t *strend = str + len; 721 const wchar_t *strend = str + len;
727 722
728 want_refresh = 1; 723 want_refresh = 1;
729 ZERO_SCROLLBACK (); 724 ZERO_SCROLLBACK ();
730 last_col = ncol;
731 725
732 if (nlines > 0) 726 if (minlines > 0)
733 { 727 {
734 nlines += screen.cur.row - screen.bscroll; 728 minlines += screen.cur.row - screen.bscroll;
729
735 if ((nlines > 0) 730 if (minlines > 0
736 && (screen.tscroll == 0) 731 && screen.tscroll == 0
737 && (screen.bscroll == (nrow - 1))) 732 && screen.bscroll == nrow - 1)
738 { 733 {
739 /* _at least_ this many lines need to be scrolled */ 734 /* _at least_ this many lines need to be scrolled */
740 scr_scroll_text (screen.tscroll, screen.bscroll, nlines); 735 scr_scroll_text (screen.tscroll, screen.bscroll, minlines);
741 screen.cur.row -= nlines; 736 screen.cur.row -= minlines;
742 } 737 }
743 } 738 }
744 739
745#ifdef DEBUG_STRICT 740#ifdef DEBUG_STRICT
746 assert (screen.cur.col < last_col); 741 assert (screen.cur.col < ncol);
747 assert ((screen.cur.row < nrow) 742 assert (screen.cur.row < nrow
748 && (screen.cur.row >= - (int32_t)nsaved)); 743 && screen.cur.row >= -nsaved);
749#else /* drive with your eyes closed */
750 min_it (screen.cur.col, last_col - 1);
751 min_it (screen.cur.row, (int32_t)nrow - 1);
752 max_it (screen.cur.row, - (int32_t)nsaved);
753#endif 744#endif
754 row = screen.cur.row; 745 int row = screen.cur.row;
755 746
756 checksel = selection.op && current_screen == selection.screen ? 1 : 0; 747 checksel = selection.op && current_screen == selection.screen ? 1 : 0;
757 748
758 line_t *line = &ROW(row); 749 line_t *line = &ROW(row);
759 750
760 while (str < strend) 751 while (str < strend)
761 { 752 {
762 c = *str++; 753 c = (unicode_t)*str++; // convert to rxvt-unicodes representation
763 754
764 if (c < 0x20) 755 if (c < 0x20)
765 if (c == C0_LF) 756 if (c == C0_LF)
766 { 757 {
767 if (!line->is_longer ()) /* XXX: think about this */
768 max_it (line->l, screen.cur.col); 758 max_it (line->l, screen.cur.col);
769 759
770 screen.flags &= ~Screen_WrapNext; 760 screen.flags &= ~Screen_WrapNext;
771 761
772 if (screen.cur.row == screen.bscroll) 762 if (screen.cur.row == screen.bscroll)
773 scr_scroll_text (screen.tscroll, screen.bscroll, 1); 763 scr_scroll_text (screen.tscroll, screen.bscroll, 1);
777 line = &ROW(row); /* _must_ refresh */ 767 line = &ROW(row); /* _must_ refresh */
778 continue; 768 continue;
779 } 769 }
780 else if (c == C0_CR) 770 else if (c == C0_CR)
781 { 771 {
782 if (!line->is_longer ()) /* XXX: think about this */
783 max_it (line->l, screen.cur.col); 772 max_it (line->l, screen.cur.col);
784 773
785 screen.flags &= ~Screen_WrapNext; 774 screen.flags &= ~Screen_WrapNext;
786 screen.cur.col = 0; 775 screen.cur.col = 0;
787 continue; 776 continue;
788 } 777 }
805 CLEAR_SELECTION (); 794 CLEAR_SELECTION ();
806 } 795 }
807 796
808 if (screen.flags & Screen_WrapNext) 797 if (screen.flags & Screen_WrapNext)
809 { 798 {
799 max_it (line->l, ncol);
810 line->set_is_longer (); 800 line->is_longer (1);
811 801
812 scr_do_wrap (); 802 scr_do_wrap ();
813 803
814 row = screen.cur.row; 804 row = screen.cur.row;
815 line = &ROW(row); /* _must_ refresh */ 805 line = &ROW(row); /* _must_ refresh */
823 // do wcwidth before further replacements, as wcwidth might return -1 813 // do wcwidth before further replacements, as wcwidth might return -1
824 // for the line drawing characters below as they might be invalid in the current 814 // for the line drawing characters below as they might be invalid in the current
825 // locale. 815 // locale.
826 int width = c < 0x100 ? 1 : wcwidth (c); 816 int width = c < 0x100 ? 1 : wcwidth (c);
827 817
828 if (charsets[screen.charset] == '0') // DEC SPECIAL 818 if (charsets [screen.charset] == '0') // DEC SPECIAL
829 { 819 {
830 // vt100 special graphics and line drawing 820 // vt100 special graphics and line drawing
831 // 5f-7e standard vt100 821 // 5f-7e standard vt100
832 // 40-5e rxvt extension for extra curses acs chars 822 // 40-5e rxvt extension for extra curses acs chars
833 static uint16_t vt100_0[62] = { // 41 .. 7e 823 static uint16_t vt100_0[62] = { // 41 .. 7e
885 } 875 }
886 876
887 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c)); 877 rend_t rend = SET_FONT (rstyle, FONTSET (rstyle)->find_font (c));
888 878
889 // if the character doesn't fit into the remaining columns... 879 // if the character doesn't fit into the remaining columns...
890 if (screen.cur.col > last_col - width && last_col >= width) 880 if (screen.cur.col > ncol - width && ncol >= width)
891 { 881 {
892 // ...output spaces 882 // ...output spaces
893 c = ' '; 883 c = ' ';
894 // and try the same character next loop iteration 884 // and try the same character next loop iteration
895 --str; 885 --str;
896 } 886 }
897 887
888 line->touch ();
889
898 do 890 do
899 { 891 {
900 line->t[screen.cur.col] = c; 892 line->t[screen.cur.col] = c;
901 line->r[screen.cur.col] = rend; 893 line->r[screen.cur.col] = rend;
902 894
903 if (screen.cur.col < last_col - 1) 895 if (screen.cur.col < ncol - 1)
904 screen.cur.col++; 896 screen.cur.col++;
905 else 897 else
906 { 898 {
907 line->l = last_col; 899 line->l = ncol;
908 if (screen.flags & Screen_Autowrap) 900 if (screen.flags & Screen_Autowrap)
909 screen.flags |= Screen_WrapNext; 901 screen.flags |= Screen_WrapNext;
910 break; 902 break;
911 } 903 }
912 904
914 } 906 }
915 while (--width > 0); 907 while (--width > 0);
916 908
917 // pad with spaces when overwriting wide character with smaller one 909 // pad with spaces when overwriting wide character with smaller one
918 if (!width) 910 if (!width)
911 {
912 line->touch ();
913
919 for (int c = screen.cur.col; c < last_col && line->t[c] == NOCHAR; c++) 914 for (int c = screen.cur.col; c < ncol && line->t[c] == NOCHAR; c++)
920 { 915 {
921 line->t[c] = ' '; 916 line->t[c] = ' ';
922 line->r[c] = rend; 917 line->r[c] = rend;
923 } 918 }
919 }
924 } 920 }
925 else // width == 0 921 else // width == 0
926 { 922 {
927#if ENABLE_COMBINING 923#if ENABLE_COMBINING
928 // handle combining characters 924 // handle combining characters
929 // we just tag the accent on the previous on-screen character. 925 // we just tag the accent on the previous on-screen character.
930 // this is arguably not correct, but also arguably not wrong. 926 // this is arguably not correct, but also arguably not wrong.
931 // we don't handle double-width characters nicely yet. 927 // we don't handle double-width characters nicely yet.
928 line_t *linep;
932 text_t *tp; 929 text_t *tp;
933 rend_t *rp; 930 rend_t *rp;
934 931
935 if (screen.cur.col > 0) 932 if (screen.cur.col > 0)
936 { 933 {
934 linep = line;
937 tp = line->t + screen.cur.col - 1; 935 tp = line->t + screen.cur.col - 1;
938 rp = line->r + screen.cur.col - 1; 936 rp = line->r + screen.cur.col - 1;
939
940 while (*tp == NOCHAR && tp > line->t)
941 tp--, rp--;
942 } 937 }
943 else if (screen.cur.row > 0 938 else if (screen.cur.row > 0
944 && ROW(screen.cur.row - 1).is_longer ()) 939 && ROW(screen.cur.row - 1).is_longer ())
945 { 940 {
946 line_t *line = &ROW(screen.cur.row - 1); 941 linep = &ROW(screen.cur.row - 1);
947
948 tp = line->t + last_col - 1; 942 tp = line->t + ncol - 1;
949 rp = line->r + last_col - 1; 943 rp = line->r + ncol - 1;
950
951 while (*tp == NOCHAR && tp > line->t)
952 tp--, rp--;
953 } 944 }
954 else 945 else
955 continue; 946 continue;
947
948 linep->touch ();
949
950 while (*tp == NOCHAR && tp > linep->t)
951 tp--, rp--;
956 952
957 // first try to find a precomposed character 953 // first try to find a precomposed character
958 unicode_t n = rxvt_compose (*tp, c); 954 unicode_t n = rxvt_compose (*tp, c);
959 if (n == NOCHAR) 955 if (n == NOCHAR)
960 n = rxvt_composite.compose (*tp, c); 956 n = rxvt_composite.compose (*tp, c);
963 *rp = SET_FONT (*rp, FONTSET (*rp)->find_font (*tp)); 959 *rp = SET_FONT (*rp, FONTSET (*rp)->find_font (*tp));
964#endif 960#endif
965 } 961 }
966 } 962 }
967 963
968 if (!line->is_longer ()) /* XXX: think about this */
969 max_it (line->l, screen.cur.col); 964 max_it (line->l, screen.cur.col);
970 965
971#ifdef DEBUG_STRICT 966#ifdef DEBUG_STRICT
972 assert (screen.cur.row >= 0); 967 assert (screen.cur.row >= 0);
973#else /* drive with your eyes closed */
974 max_it (screen.cur.row, 0);
975#endif 968#endif
976} 969}
977 970
978/* ------------------------------------------------------------------------- */ 971/* ------------------------------------------------------------------------- */
979/* 972/*
1018 1011
1019 if (count == 0) 1012 if (count == 0)
1020 return; 1013 return;
1021 else if (count > 0) 1014 else if (count > 0)
1022 { 1015 {
1023 int row = screen.cur.row;
1024
1025 line_t &l = ROW(row); 1016 line_t &l = ROW(screen.cur.row);
1026 rend_t base_rend = l.r[i]; 1017 rend_t base_rend = l.r[i];
1027 ht &= l.t[i] == ' '; 1018 ht &= l.t[i] == ' ';
1028 1019
1029 for (; ++i < ncol; ) 1020 for (; ++i < ncol; )
1030 if (tabs[i]) 1021 if (tabs[i])
1031 { 1022 {
1032 x = i; 1023 x = i;
1024
1033 if (!--count) 1025 if (!--count)
1034 break; 1026 break;
1035 } 1027 }
1036 else 1028 else
1037 ht &= l.t[i] == ' ' 1029 ht &= l.t[i] == ' '
1040 if (count) 1032 if (count)
1041 x = ncol - 1; 1033 x = ncol - 1;
1042 1034
1043 // store horizontal tab commands as characters inside the text 1035 // store horizontal tab commands as characters inside the text
1044 // buffer so they can be selected and pasted. 1036 // buffer so they can be selected and pasted.
1045 if (ht && options & Opt_pastableTabs) 1037 if (ht && OPTION (Opt_pastableTabs))
1046 { 1038 {
1047 base_rend = SET_FONT (base_rend, 0); 1039 base_rend = SET_FONT (base_rend, 0);
1048 1040
1049 if (!l.is_longer ()) /* XXX: think about this */ 1041 l.touch (x);
1050 max_it (l.l, x);
1051 1042
1052 i = screen.cur.col; 1043 i = screen.cur.col;
1053 1044
1054 l.t[i] = '\t'; 1045 l.t[i] = '\t';
1055 l.r[i] = base_rend; 1046 l.r[i] = base_rend;
1105 */ 1096 */
1106#if ENABLE_FRILLS 1097#if ENABLE_FRILLS
1107void 1098void
1108rxvt_term::scr_forwardindex () 1099rxvt_term::scr_forwardindex ()
1109{ 1100{
1110 int row;
1111
1112 if (screen.cur.col < ncol - 1) 1101 if (screen.cur.col < ncol - 1)
1113 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE); 1102 scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE);
1114 else 1103 else
1115 { 1104 {
1116 row = screen.cur.row; 1105 line_t &l = ROW(screen.cur.row);
1117 1106
1118 if (ROW(row).is_longer ()) //TODO//FIXME//LEN 1107 l.touch ();
1119 ROW(row).l = ncol; 1108 l.is_longer (0);
1120 1109
1121 scr_gotorc (0, 0, R_RELATIVE); 1110 scr_gotorc (0, 0, R_RELATIVE);
1122 scr_insdel_chars (1, DELETE); 1111 scr_insdel_chars (1, DELETE);
1123 scr_gotorc (0, ncol - 1, R_RELATIVE); 1112 scr_gotorc (0, ncol - 1, R_RELATIVE);
1124 } 1113 }
1134{ 1123{
1135 want_refresh = 1; 1124 want_refresh = 1;
1136 ZERO_SCROLLBACK (); 1125 ZERO_SCROLLBACK ();
1137 1126
1138 screen.cur.col = relative & C_RELATIVE ? screen.cur.col + col : col; 1127 screen.cur.col = relative & C_RELATIVE ? screen.cur.col + col : col;
1139 max_it (screen.cur.col, 0);
1140 min_it (screen.cur.col, (int32_t)ncol - 1); 1128 clamp_it (screen.cur.col, 0, ncol - 1);
1141 1129
1142 screen.flags &= ~Screen_WrapNext; 1130 screen.flags &= ~Screen_WrapNext;
1143 1131
1144 if (relative & R_RELATIVE) 1132 if (relative & R_RELATIVE)
1145 { 1133 {
1169 } 1157 }
1170 else 1158 else
1171 screen.cur.row = row; 1159 screen.cur.row = row;
1172 } 1160 }
1173 1161
1174 max_it (screen.cur.row, 0);
1175 min_it (screen.cur.row, (int32_t)nrow - 1); 1162 clamp_it (screen.cur.row, 0, nrow - 1);
1176} 1163}
1177 1164
1178/* ------------------------------------------------------------------------- */ 1165/* ------------------------------------------------------------------------- */
1179/* 1166/*
1180 * direction should be UP or DN 1167 * direction should be UP or DN
1195 || (screen.cur.row == screen.tscroll && direction == DN)) 1182 || (screen.cur.row == screen.tscroll && direction == DN))
1196 scr_scroll_text (screen.tscroll, screen.bscroll, dirn); 1183 scr_scroll_text (screen.tscroll, screen.bscroll, dirn);
1197 else 1184 else
1198 screen.cur.row += dirn; 1185 screen.cur.row += dirn;
1199 1186
1200 max_it (screen.cur.row, 0);
1201 min_it (screen.cur.row, (int32_t)nrow - 1); 1187 clamp_it (screen.cur.row, 0, nrow - 1);
1202 selection_check (0); 1188 selection_check (0);
1203} 1189}
1204 1190
1205/* ------------------------------------------------------------------------- */ 1191/* ------------------------------------------------------------------------- */
1206/* 1192/*
1210 * XTERM_SEQ: Clear whole line : ESC [ 2 K 1196 * XTERM_SEQ: Clear whole line : ESC [ 2 K
1211 */ 1197 */
1212void 1198void
1213rxvt_term::scr_erase_line (int mode) 1199rxvt_term::scr_erase_line (int mode)
1214{ 1200{
1215 unsigned int row, col, num; 1201 unsigned int col, num;
1216 1202
1217 want_refresh = 1; 1203 want_refresh = 1;
1218 ZERO_SCROLLBACK (); 1204 ZERO_SCROLLBACK ();
1219 1205
1220 selection_check (1); 1206 selection_check (1);
1221 1207
1222 row = screen.cur.row; 1208 line_t &line = ROW(screen.cur.row);
1209
1210 line.touch ();
1211 line.is_longer (0);
1223 1212
1224 switch (mode) 1213 switch (mode)
1225 { 1214 {
1226 case 0: /* erase to end of line */ 1215 case 0: /* erase to end of line */
1227 col = screen.cur.col; 1216 col = screen.cur.col;
1228 num = ncol - col; 1217 num = ncol - col;
1229 min_it (ROW(row).l, (int16_t)col); 1218 min_it (line.l, col);
1230 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur) 1219 if (ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)
1231 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur)) 1220 || ROWCOL_IN_ROW_AT_OR_AFTER (selection.end, screen.cur))
1232 CLEAR_SELECTION (); 1221 CLEAR_SELECTION ();
1233 break; 1222 break;
1234 case 1: /* erase to beginning of line */ 1223 case 1: /* erase to beginning of line */
1239 CLEAR_SELECTION (); 1228 CLEAR_SELECTION ();
1240 break; 1229 break;
1241 case 2: /* erase whole line */ 1230 case 2: /* erase whole line */
1242 col = 0; 1231 col = 0;
1243 num = ncol; 1232 num = ncol;
1244 ROW(row).l = 0; 1233 line.l = 0;
1245 if (selection.beg.row <= screen.cur.row 1234 if (selection.beg.row <= screen.cur.row
1246 && selection.end.row >= screen.cur.row) 1235 && selection.end.row >= screen.cur.row)
1247 CLEAR_SELECTION (); 1236 CLEAR_SELECTION ();
1248 break; 1237 break;
1249 default: 1238 default:
1250 return; 1239 return;
1251 } 1240 }
1252 1241
1253 scr_blank_line (ROW(row), col, num, rstyle); 1242 scr_blank_line (line, col, num, rstyle);
1254} 1243}
1255 1244
1256/* ------------------------------------------------------------------------- */ 1245/* ------------------------------------------------------------------------- */
1257/* 1246/*
1258 * Erase part of whole of the screen 1247 * Erase part of whole of the screen
1301 CLEAR_SELECTION (); 1290 CLEAR_SELECTION ();
1302 1291
1303 if (row >= nrow) /* Out Of Bounds */ 1292 if (row >= nrow) /* Out Of Bounds */
1304 return; 1293 return;
1305 1294
1306 min_it (num, (nrow - row)); 1295 min_it (num, nrow - row);
1307 1296
1308 if (rstyle & (RS_RVid | RS_Uline)) 1297 if (rstyle & (RS_RVid | RS_Uline))
1309 ren = (rend_t) ~RS_None; 1298 ren = (rend_t) ~RS_None;
1310 else if (GET_BASEBG (rstyle) == Color_bg) 1299 else if (GET_BASEBG (rstyle) == Color_bg)
1311 { 1300 {
1313 CLEAR_ROWS (row, num); 1302 CLEAR_ROWS (row, num);
1314 } 1303 }
1315 else 1304 else
1316 { 1305 {
1317 ren = rstyle & (RS_fgMask | RS_bgMask); 1306 ren = rstyle & (RS_fgMask | RS_bgMask);
1318 gcvalue.foreground = pix_colors[GET_BGCOLOR (rstyle)]; 1307 gcvalue.foreground = pix_colors[bgcolor_of (rstyle)];
1319 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1308 XChangeGC (display->display, gc, GCForeground, &gcvalue);
1320 ERASE_ROWS (row, num); 1309 ERASE_ROWS (row, num);
1321 gcvalue.foreground = pix_colors[Color_fg]; 1310 gcvalue.foreground = pix_colors[Color_fg];
1322 XChangeGC (display->display, gc, GCForeground, &gcvalue); 1311 XChangeGC (display->display, gc, GCForeground, &gcvalue);
1323 } 1312 }
1324 1313
1325 for (; num--; row++) 1314 for (; num--; row++)
1326 { 1315 {
1327 scr_blank_screen_mem (ROW (row), rstyle); 1316 scr_blank_screen_mem (ROW(row), rstyle);
1328 ROW (row).l = 0;
1329 scr_blank_line (drawn[row], 0, ncol, ren); 1317 scr_blank_line (drawn_buf [row], 0, ncol, ren);
1330 } 1318 }
1331} 1319}
1332 1320
1333#if ENABLE_FRILLS 1321#if ENABLE_FRILLS
1334void 1322void
1366 rend_t *r1 = line.r; 1354 rend_t *r1 = line.r;
1367 1355
1368 for (int j = ncol; j--; ) 1356 for (int j = ncol; j--; )
1369 *r1++ = fs; 1357 *r1++ = fs;
1370 1358
1371 line.l = ncol; /* make the `E's selectable */ 1359 line.is_longer (0);
1360 line.touch (ncol);
1372 } 1361 }
1373} 1362}
1374 1363
1375/* ------------------------------------------------------------------------- */ 1364/* ------------------------------------------------------------------------- */
1376/* 1365/*
1419 return; 1408 return;
1420 1409
1421 scr_do_wrap (); 1410 scr_do_wrap ();
1422 1411
1423 selection_check (1); 1412 selection_check (1);
1424 min_it (count, (ncol - screen.cur.col)); 1413 min_it (count, ncol - screen.cur.col);
1425 1414
1426 row = screen.cur.row; 1415 row = screen.cur.row;
1427 1416
1428 line_t *line = &ROW(row); 1417 line_t *line = &ROW(row);
1418
1419 line->touch ();
1420 line->is_longer (0);
1429 1421
1430 switch (insdel) 1422 switch (insdel)
1431 { 1423 {
1432 case INSERT: 1424 case INSERT:
1433 for (col = ncol - 1; (col - count) >= screen.cur.col; col--) 1425 for (col = ncol - 1; (col - count) >= screen.cur.col; col--)
1434 { 1426 {
1435 line->t[col] = line->t[col - count]; 1427 line->t[col] = line->t[col - count];
1436 line->r[col] = line->r[col - count]; 1428 line->r[col] = line->r[col - count];
1437 } 1429 }
1438 1430
1439 if (!line->is_longer ()) 1431 line->l = min (line->l + count, ncol);
1440 {
1441 line->l += count;
1442 min_it (line->l, ncol);
1443 }
1444 1432
1445 if (selection.op && current_screen == selection.screen 1433 if (selection.op && current_screen == selection.screen
1446 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)) 1434 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur))
1447 { 1435 {
1448 if (selection.end.row != screen.cur.row 1436 if (selection.end.row != screen.cur.row
1461 1449
1462 case ERASE: 1450 case ERASE:
1463 screen.cur.col += count; /* don't worry if > ncol */ 1451 screen.cur.col += count; /* don't worry if > ncol */
1464 selection_check (1); 1452 selection_check (1);
1465 screen.cur.col -= count; 1453 screen.cur.col -= count;
1454
1455 line->l = max (line->l - count, 0);
1466 scr_blank_line (*line, screen.cur.col, count, rstyle); 1456 scr_blank_line (*line, screen.cur.col, count, rstyle);
1467 break; 1457 break;
1468 1458
1469 case DELETE: 1459 case DELETE:
1470 tr = line->r[ncol - 1] & (RS_fgMask | RS_bgMask | RS_baseattrMask); 1460 tr = line->r[ncol - 1] & (RS_fgMask | RS_bgMask | RS_baseattrMask);
1473 { 1463 {
1474 line->t[col] = line->t[col + count]; 1464 line->t[col] = line->t[col + count];
1475 line->r[col] = line->r[col + count]; 1465 line->r[col] = line->r[col + count];
1476 } 1466 }
1477 1467
1468 line->l = max (line->l - count, 0);
1478 scr_blank_line (*line, ncol - count, count, tr); 1469 scr_blank_line (*line, ncol - count, count, tr);
1479
1480 if (line->is_longer ()) /* break line continuation */
1481 line->l = ncol;
1482
1483 max_it (line->l - count, 0);
1484 1470
1485 if (selection.op && current_screen == selection.screen 1471 if (selection.op && current_screen == selection.screen
1486 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur)) 1472 && ROWCOL_IN_ROW_AT_OR_AFTER (selection.beg, screen.cur))
1487 { 1473 {
1488 if (selection.end.row != screen.cur.row 1474 if (selection.end.row != screen.cur.row
1509 */ 1495 */
1510void 1496void
1511rxvt_term::scr_scroll_region (int top, int bot) 1497rxvt_term::scr_scroll_region (int top, int bot)
1512{ 1498{
1513 max_it (top, 0); 1499 max_it (top, 0);
1514 min_it (bot, (int)nrow - 1); 1500 min_it (bot, nrow - 1);
1515 1501
1516 if (top > bot) 1502 if (top > bot)
1517 return; 1503 return;
1518 1504
1519 screen.tscroll = top; 1505 screen.tscroll = top;
1600rxvt_term::scr_set_tab (int mode) 1586rxvt_term::scr_set_tab (int mode)
1601{ 1587{
1602 if (mode < 0) 1588 if (mode < 0)
1603 memset (tabs, 0, ncol * sizeof (char)); 1589 memset (tabs, 0, ncol * sizeof (char));
1604 else if (screen.cur.col < ncol) 1590 else if (screen.cur.col < ncol)
1605 tabs[screen.cur.col] = (mode ? 1 : 0); 1591 tabs [screen.cur.col] = !!mode;
1606} 1592}
1607 1593
1608/* ------------------------------------------------------------------------- */ 1594/* ------------------------------------------------------------------------- */
1609/* 1595/*
1610 * Set reverse/normal video 1596 * Set reverse/normal video
1622 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]); 1608 ::swap (pix_colors[Color_fg], pix_colors[Color_bg]);
1623#if XPM_BACKGROUND 1609#if XPM_BACKGROUND
1624 if (bgPixmap.pixmap == None) 1610 if (bgPixmap.pixmap == None)
1625#endif 1611#endif
1626#if TRANSPARENT 1612#if TRANSPARENT
1627 if (! (options & Opt_transparent) || am_transparent == 0) 1613 if (! OPTION (Opt_transparent) || am_transparent == 0)
1628#endif 1614#endif
1629 XSetWindowBackground (display->display, vt, 1615 XSetWindowBackground (display->display, vt,
1630 pix_colors[Color_bg]); 1616 pix_colors[Color_bg]);
1631 1617
1632 gcvalue.foreground = pix_colors[Color_fg]; 1618 gcvalue.foreground = pix_colors[Color_fg];
1657 * Set font style 1643 * Set font style
1658 */ 1644 */
1659void 1645void
1660rxvt_term::set_font_style () 1646rxvt_term::set_font_style ()
1661{ 1647{
1648#if 0
1662 switch (charsets[screen.charset]) 1649 switch (charsets [screen.charset])
1663 { 1650 {
1664 case '0': /* DEC Special Character & Line Drawing Set */ 1651 case '0': /* DEC Special Character & Line Drawing Set */
1665 break; 1652 break;
1666 case 'A': /* United Kingdom (UK) */ 1653 case 'A': /* United Kingdom (UK) */
1667 break; 1654 break;
1674 case 'C': /* Finnish character set */ 1661 case 'C': /* Finnish character set */
1675 break; 1662 break;
1676 case 'K': /* German character set */ 1663 case 'K': /* German character set */
1677 break; 1664 break;
1678 } 1665 }
1666#endif
1679} 1667}
1680 1668
1681/* ------------------------------------------------------------------------- */ 1669/* ------------------------------------------------------------------------- */
1682/* 1670/*
1683 * Choose a font 1671 * Choose a font
1723 bool found = false; 1711 bool found = false;
1724 1712
1725 for (int i = 0; i < nrow; i++) 1713 for (int i = 0; i < nrow; i++)
1726 { 1714 {
1727 int col = 0; 1715 int col = 0;
1728 rend_t *drp = drawn[i].r; 1716 rend_t *drp = drawn_buf[i].r;
1729 1717
1730 for (; col < ncol; col++, drp++) 1718 for (; col < ncol; col++, drp++)
1731 if ((*drp & mask) == value) 1719 if ((*drp & mask) == value)
1732 { 1720 {
1733 found = true; 1721 found = true;
1751rxvt_term::scr_expose (int x, int y, int ewidth, int eheight, bool refresh) 1739rxvt_term::scr_expose (int x, int y, int ewidth, int eheight, bool refresh)
1752{ 1740{
1753 int i; 1741 int i;
1754 row_col_t rc[RC_COUNT]; 1742 row_col_t rc[RC_COUNT];
1755 1743
1756 if (!drawn) /* sanity check */ 1744 if (!drawn_buf) /* sanity check */
1757 return; 1745 return;
1758 1746
1759#ifndef NO_SLOW_LINK_SUPPORT 1747#ifndef NO_SLOW_LINK_SUPPORT
1760 if (refresh_type == FAST_REFRESH && !display->is_local) 1748 if (refresh_type == FAST_REFRESH && !display->is_local)
1761 { 1749 {
1762 y = 0; 1750 y = 0;
1763 eheight = height; 1751 eheight = height;
1764 } 1752 }
1765#endif
1766
1767#ifdef DEBUG_STRICT
1768#if 0
1769 // that's not debugging //TODO //FIXME
1770 clamp_it (x, 0, width);
1771 clamp_it (y, 0, height);
1772#endif
1773#endif 1753#endif
1774 1754
1775 /* round down */ 1755 /* round down */
1776 rc[PART_BEG].col = Pixel2Col (x); 1756 rc[PART_BEG].col = Pixel2Col (x);
1777 rc[PART_BEG].row = Pixel2Row (y); 1757 rc[PART_BEG].row = Pixel2Row (y);
1785 min_it (rc[i].col, ncol - 1); 1765 min_it (rc[i].col, ncol - 1);
1786 min_it (rc[i].row, nrow - 1); 1766 min_it (rc[i].row, nrow - 1);
1787 } 1767 }
1788 1768
1789 for (i = rc[PART_BEG].row; i <= rc[PART_END].row; i++) 1769 for (i = rc[PART_BEG].row; i <= rc[PART_END].row; i++)
1790 fill_text (&drawn[i].t[rc[PART_BEG].col], 0, rc[PART_END].col - rc[PART_BEG].col + 1); 1770 fill_text (&drawn_buf[i].t[rc[PART_BEG].col], 0, rc[PART_END].col - rc[PART_BEG].col + 1);
1791 1771
1792 if (refresh) 1772 if (refresh)
1793 scr_refresh (SLOW_REFRESH); 1773 scr_refresh (SLOW_REFRESH);
1794} 1774}
1795 1775
1858int 1838int
1859rxvt_term::scr_changeview (unsigned int oldviewstart) 1839rxvt_term::scr_changeview (unsigned int oldviewstart)
1860{ 1840{
1861 if (view_start != oldviewstart) 1841 if (view_start != oldviewstart)
1862 { 1842 {
1843 HOOK_INVOKE ((this, HOOK_VIEW_CHANGE, DT_INT, view_start, DT_END));
1844
1863 want_refresh = 1; 1845 want_refresh = 1;
1864 num_scr -= (view_start - oldviewstart); 1846 num_scr -= (view_start - oldviewstart);
1865 } 1847 }
1866 1848
1867 return (int) (view_start - oldviewstart); 1849 return (int)view_start - (int)oldviewstart;
1868} 1850}
1869 1851
1870/* ------------------------------------------------------------------------- */ 1852/* ------------------------------------------------------------------------- */
1871void 1853void
1872rxvt_term::scr_bell () 1854rxvt_term::scr_bell ()
1873{ 1855{
1874#ifndef NO_BELL 1856#ifndef NO_BELL
1875 1857
1876# ifndef NO_MAPALERT 1858# ifndef NO_MAPALERT
1877# ifdef MAPALERT_OPTION 1859# ifdef MAPALERT_OPTION
1878 if (options & Opt_mapAlert) 1860 if (OPTION (Opt_mapAlert))
1879# endif 1861# endif
1880 XMapWindow (display->display, parent[0]); 1862 XMapWindow (display->display, parent[0]);
1881# endif 1863# endif
1882 1864
1883 if (options & Opt_visualBell) 1865 if (OPTION (Opt_visualBell))
1884 { 1866 {
1885 scr_rvideo_mode (!rvideo); /* refresh also done */ 1867 scr_rvideo_mode (!rvideo); /* refresh also done */
1868 display->flush ();
1886 rxvt_usleep (VISUAL_BELL_DURATION); 1869 rxvt_usleep (VISUAL_BELL_DURATION);
1887 scr_rvideo_mode (!rvideo); /* refresh also done */ 1870 scr_rvideo_mode (!rvideo); /* refresh also done */
1888 } 1871 }
1889 else 1872 else
1890 XBell (display->display, 0); 1873 XBell (display->display, 0);
1979 1962
1980#if XPM_BACKGROUND 1963#if XPM_BACKGROUND
1981 must_clear |= bgPixmap.pixmap != None; 1964 must_clear |= bgPixmap.pixmap != None;
1982#endif 1965#endif
1983#if TRANSPARENT 1966#if TRANSPARENT
1984 must_clear |= (options & Opt_transparent) && am_transparent; 1967 must_clear |= OPTION (Opt_transparent) && am_transparent;
1985#endif 1968#endif
1986 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */ 1969 ocrow = oldcursor.row; /* is there an old outline cursor on screen? */
1987 1970
1988 /* 1971 /*
1989 * B: reverse any characters which are selected 1972 * B: reverse any characters which are selected
2013 1996
2014 crp = &ROW(screen.cur.row).r[col]; 1997 crp = &ROW(screen.cur.row).r[col];
2015 1998
2016 if (showcursor && focus) 1999 if (showcursor && focus)
2017 { 2000 {
2018 if (options & Opt_cursorUnderline) 2001 if (OPTION (Opt_cursorUnderline))
2019 *crp ^= RS_Uline; 2002 *crp ^= RS_Uline;
2020 else 2003 else
2021 { 2004 {
2022 *crp ^= RS_RVid; 2005 *crp ^= RS_RVid;
2023 2006
2025 cc1 = *crp & (RS_fgMask | RS_bgMask); 2008 cc1 = *crp & (RS_fgMask | RS_bgMask);
2026 if (ISSET_PIXCOLOR (Color_cursor)) 2009 if (ISSET_PIXCOLOR (Color_cursor))
2027 ccol1 = Color_cursor; 2010 ccol1 = Color_cursor;
2028 else 2011 else
2029#ifdef CURSOR_COLOR_IS_RENDITION_COLOR 2012#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2030 ccol1 = GET_FGCOLOR (rstyle); 2013 ccol1 = fgcolor_of (rstyle);
2031#else 2014#else
2032 ccol1 = Color_fg; 2015 ccol1 = Color_fg;
2033#endif 2016#endif
2034 if (ISSET_PIXCOLOR (Color_cursor2)) 2017 if (ISSET_PIXCOLOR (Color_cursor2))
2035 ccol2 = Color_cursor2; 2018 ccol2 = Color_cursor2;
2036 else 2019 else
2037#ifdef CURSOR_COLOR_IS_RENDITION_COLOR 2020#ifdef CURSOR_COLOR_IS_RENDITION_COLOR
2038 ccol2 = GET_BGCOLOR (rstyle); 2021 ccol2 = bgcolor_of (rstyle);
2039#else 2022#else
2040 ccol2 = Color_bg; 2023 ccol2 = Color_bg;
2041#endif 2024#endif
2042 *crp = SET_FGCOLOR (*crp, ccol1); 2025 *crp = SET_FGCOLOR (*crp, ccol1);
2043 *crp = SET_BGCOLOR (*crp, ccol2); 2026 *crp = SET_BGCOLOR (*crp, ccol2);
2053 if (screen.cur.row + view_start != ocrow 2036 if (screen.cur.row + view_start != ocrow
2054 || screen.cur.col != oldcursor.col) 2037 || screen.cur.col != oldcursor.col)
2055 { 2038 {
2056 if (ocrow < nrow 2039 if (ocrow < nrow
2057 && oldcursor.col < ncol) 2040 && oldcursor.col < ncol)
2058 drawn[ocrow].r[oldcursor.col] ^= (RS_RVid | RS_Uline); 2041 drawn_buf[ocrow].r[oldcursor.col] ^= (RS_RVid | RS_Uline);
2059 2042
2060 if (focus || !showcursor) 2043 if (focus || !showcursor)
2061 oldcursor.row = -1; 2044 oldcursor.row = -1;
2062 else 2045 else
2063 setoldcursor = 1; 2046 setoldcursor = 1;
2076 oldcursor.col = screen.cur.col; 2059 oldcursor.col = screen.cur.col;
2077 } 2060 }
2078 } 2061 }
2079 } 2062 }
2080 2063
2064 HOOK_INVOKE ((this, HOOK_REFRESH_BEGIN, DT_END));
2081#if ENABLE_OVERLAY 2065#if ENABLE_OVERLAY
2082 scr_swap_overlay (); 2066 scr_swap_overlay ();
2083#endif 2067#endif
2084 2068
2085#ifndef NO_SLOW_LINK_SUPPORT 2069#ifndef NO_SLOW_LINK_SUPPORT
2102 for (; j-- >= 0; row += (i > 0 ? 1 : -1)) 2086 for (; j-- >= 0; row += (i > 0 ? 1 : -1))
2103 { 2087 {
2104 if (row + i >= 0 && row + i < nrow && row + i != ocrow) 2088 if (row + i >= 0 && row + i < nrow && row + i != ocrow)
2105 { 2089 {
2106 line_t s = ROW(row - view_start); 2090 line_t s = ROW(row - view_start);
2107 line_t d = drawn[row]; 2091 line_t d = drawn_buf[row];
2108 line_t d2 = drawn[row + i]; 2092 line_t d2 = drawn_buf[row + i];
2109 2093
2110 for (nits = 0, col = ncol; col--; ) 2094 for (nits = 0, col = ncol; col--; )
2111 if (s.t[col] != d2.t[col] || s.r[col] != d2.r[col]) 2095 if (s.t[col] != d2.t[col] || s.r[col] != d2.r[col])
2112 nits--; 2096 nits--;
2113 else if (s.t[col] != d.t[col] || s.r[col] != d.r[col]) 2097 else if (s.t[col] != d.t[col] || s.r[col] != d.r[col])
2135 if (wlen < len) 2119 if (wlen < len)
2136 ::swap (wlen, len); 2120 ::swap (wlen, len);
2137 2121
2138 XCopyArea (display->display, vt, vt, 2122 XCopyArea (display->display, vt, vt,
2139 gc, 0, Row2Pixel (len + i), 2123 gc, 0, Row2Pixel (len + i),
2140 (unsigned int)TermWin_TotalWidth (), 2124 (unsigned int)this->width,
2141 (unsigned int)Height2Pixel (wlen - len + 1), 2125 (unsigned int)Height2Pixel (wlen - len + 1),
2142 0, Row2Pixel (len)); 2126 0, Row2Pixel (len));
2143 len = -1; 2127 len = -1;
2144 } 2128 }
2145 } 2129 }
2151 */ 2135 */
2152 for (row = 0; row < nrow; row++) 2136 for (row = 0; row < nrow; row++)
2153 { 2137 {
2154 text_t *stp = ROW(row - view_start).t; 2138 text_t *stp = ROW(row - view_start).t;
2155 rend_t *srp = ROW(row - view_start).r; 2139 rend_t *srp = ROW(row - view_start).r;
2156 text_t *dtp = drawn[row].t; 2140 text_t *dtp = drawn_buf[row].t;
2157 rend_t *drp = drawn[row].r; 2141 rend_t *drp = drawn_buf[row].r;
2158 2142
2159 /* 2143 /*
2160 * E2: OK, now the real pass 2144 * E2: OK, now the real pass
2161 */ 2145 */
2162 int ypixel = (int)Row2Pixel (row); 2146 int ypixel = (int)Row2Pixel (row);
2224 count++, i--; 2208 count++, i--;
2225 2209
2226 /* 2210 /*
2227 * Determine the attributes for the string 2211 * Determine the attributes for the string
2228 */ 2212 */
2229 int fore = GET_FGCOLOR (rend); // desired foreground 2213 int fore = fgcolor_of (rend); // desired foreground
2230 int back = GET_BGCOLOR (rend); // desired background 2214 int back = bgcolor_of (rend); // desired background
2231 2215
2232 // only do special processing if any attributes are set, which is rare 2216 // only do special processing if any attributes are set, which is unlikely
2233 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful)) 2217 if (rend & (RS_Bold | RS_Italic | RS_Uline | RS_RVid | RS_Blink | RS_Careful))
2234 { 2218 {
2235#if ENABLE_STYLES 2219#if ENABLE_STYLES
2236 // force redraw after "careful" characters to avoid pixel droppings 2220 // force redraw after "careful" characters to avoid pixel droppings
2237 if (srp[col] & RS_Careful && col < ncol - 1 && 0) 2221 if (srp[col] & RS_Careful && col < ncol - 1 && 0)
2348 } /* for (row....) */ 2332 } /* for (row....) */
2349 2333
2350#if ENABLE_OVERLAY 2334#if ENABLE_OVERLAY
2351 scr_swap_overlay (); 2335 scr_swap_overlay ();
2352#endif 2336#endif
2337 HOOK_INVOKE ((this, HOOK_REFRESH_END, DT_END));
2353 2338
2354 /* 2339 /*
2355 * G: cleanup cursor and display outline cursor if necessary 2340 * G: cleanup cursor and display outline cursor if necessary
2356 */ 2341 */
2357 if (showcursor) 2342 if (showcursor)
2358 { 2343 {
2359 if (focus) 2344 if (focus)
2360 { 2345 {
2361 if (options & Opt_cursorUnderline) 2346 if (OPTION (Opt_cursorUnderline))
2362 *crp ^= RS_Uline; 2347 *crp ^= RS_Uline;
2363 else 2348 else
2364 { 2349 {
2365 *crp ^= RS_RVid; 2350 *crp ^= RS_RVid;
2366#ifndef NO_CURSORCOLOR 2351#ifndef NO_CURSORCOLOR
2375 2360
2376 while (col && ROW(screen.cur.row).t[col] == NOCHAR) 2361 while (col && ROW(screen.cur.row).t[col] == NOCHAR)
2377 col--; 2362 col--;
2378 2363
2379 while (col + cursorwidth < ncol 2364 while (col + cursorwidth < ncol
2380 && drawn[oldcursor.row].t[col + cursorwidth] == NOCHAR) 2365 && drawn_buf[oldcursor.row].t[col + cursorwidth] == NOCHAR)
2381 cursorwidth++; 2366 cursorwidth++;
2382 2367
2383#ifndef NO_CURSORCOLOR 2368#ifndef NO_CURSORCOLOR
2384 if (ISSET_PIXCOLOR (Color_cursor)) 2369 if (ISSET_PIXCOLOR (Color_cursor))
2385 XSetForeground (display->display, gc, pix_colors[Color_cursor]); 2370 XSetForeground (display->display, gc, pix_colors[Color_cursor]);
2396 /* 2381 /*
2397 * H: cleanup selection 2382 * H: cleanup selection
2398 */ 2383 */
2399 scr_reverse_selection (); 2384 scr_reverse_selection ();
2400 2385
2401 if (refresh_type & SMOOTH_REFRESH)
2402 XFlush (display->display);
2403
2404 num_scr = 0; 2386 num_scr = 0;
2405 num_scr_allow = 1; 2387 num_scr_allow = 1;
2406} 2388}
2407 2389
2408void 2390void
2409rxvt_term::scr_remap_chars (const line_t &l) 2391rxvt_term::scr_remap_chars (line_t &l)
2410{ 2392{
2411 if (!l.t) 2393 if (!l.t)
2412 return; 2394 return;
2413 2395
2396 l.touch (); // maybe a bit of an overkill, but it's not performance-relevant
2397
2414 for (int i = ncol; i--; ) 2398 for (int i = ncol; i--; )
2415 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i])); 2399 l.r[i] = SET_FONT (l.r[i], FONTSET (l.r[i])->find_font (l.t[i]));
2416} 2400}
2417 2401
2418void 2402void
2419rxvt_term::scr_remap_chars () 2403rxvt_term::scr_remap_chars ()
2420{ 2404{
2421 for (int i = total_rows; i--; ) 2405 for (int i = total_rows; i--; )
2422 scr_remap_chars (save[i]); 2406 scr_remap_chars (row_buf [i]);
2423 2407
2424 for (int i = nrow; i--; ) 2408 for (int i = nrow; i--; )
2425 { 2409 {
2426 scr_remap_chars (drawn[i]); 2410 scr_remap_chars (drawn_buf [i]);
2427 scr_remap_chars (swap_save[i]); 2411 scr_remap_chars (swap_buf [i]);
2428 } 2412 }
2429} 2413}
2430 2414
2431void 2415void
2432rxvt_term::scr_recolour () 2416rxvt_term::scr_recolour ()
2470 2454
2471 if (really) 2455 if (really)
2472 XClearWindow (display->display, vt); 2456 XClearWindow (display->display, vt);
2473} 2457}
2474 2458
2459void
2460rxvt_term::scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2)
2461{
2462 int view_end = -view_start + nrow;
2463 int row, col;
2464
2465 for (row = max (beg_row, -view_start); row <= min (end_row, view_end); row++)
2466 {
2467 text_t *stp = ROW(row).t;
2468 rend_t *srp = ROW(row).r;
2469
2470 for (col = beg_col; col < end_col; col++)
2471 srp[col] ^= rstyle1;
2472
2473 while (col-- > beg_col && (stp[col] == NOCHAR || unicode::is_space (stp[col])))
2474 srp[col] ^= rstyle2;
2475
2476 if (++col < end_col)
2477 srp[col] ^= rstyle2;
2478 }
2479}
2480
2481void
2482rxvt_term::scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle)
2483{
2484 int view_end = -view_start + nrow;
2485 int row, col;
2486
2487 if (beg_row >= -view_start)
2488 {
2489 col = beg_col;
2490 row = beg_row;
2491 }
2492 else
2493 {
2494 col = 0;
2495 row = -view_start;
2496 }
2497
2498 for (; row < min (end_row, view_end); row++, col = 0)
2499 for (rend_t *srp = ROW(row).r; col < ncol; col++)
2500 srp[col] ^= rstyle;
2501
2502 if (row == end_row)
2503 for (rend_t *srp = ROW(row).r; col < end_col; col++)
2504 srp[col] ^= rstyle;
2505}
2506
2475/* ------------------------------------------------------------------------- */ 2507/* ------------------------------------------------------------------------- */
2476void 2508void
2477rxvt_term::scr_reverse_selection () 2509rxvt_term::scr_reverse_selection ()
2478{ 2510{
2479 if (selection.op 2511 if (selection.op
2480 && current_screen == selection.screen 2512 && current_screen == selection.screen
2481 && selection.end.row >= -view_start) 2513 && selection.end.row >= -view_start)
2482 { 2514 {
2483 int view_end = -view_start + nrow;
2484 int row, col;
2485
2486#if ENABLE_FRILLS 2515#if ENABLE_FRILLS
2487 if (selection.rect) 2516 if (selection.rect)
2488 { 2517 scr_xor_rect (selection.beg.row, selection.beg.col,
2489 for (row = max (selection.beg.row, -view_start); row <= min (selection.end.row, view_end); row++) 2518 selection.end.row, selection.end.col,
2490 for (rend_t *srp = ROW(row).r, col = selection.beg.col; col < selection.end.col; col++) 2519 RS_RVid, RS_RVid | RS_Uline);
2491 srp[col] ^= RS_RVid;
2492 }
2493 else 2520 else
2494#endif 2521#endif
2495 { 2522 scr_xor_span (selection.beg.row, selection.beg.col,
2496 if (selection.beg.row >= -view_start) 2523 selection.end.row, selection.end.col,
2497 { 2524 RS_RVid);
2498 col = selection.beg.col;
2499 row = selection.beg.row;
2500 }
2501 else
2502 {
2503 col = 0;
2504 row = view_start;
2505 }
2506
2507 for (; row < min (selection.end.row, view_end); row++, col = 0)
2508 for (rend_t *srp = ROW(row).r; col < ncol; col++)
2509 srp[col] ^= RS_RVid;
2510
2511 if (row == selection.end.row)
2512 for (rend_t *srp = ROW(row).r; col < selection.end.col; col++)
2513 srp[col] ^= RS_RVid;
2514 }
2515 } 2525 }
2516} 2526}
2517 2527
2518/* ------------------------------------------------------------------------- */ 2528/* ------------------------------------------------------------------------- */
2519/* 2529/*
2529 char r1[] = "\n"; 2539 char r1[] = "\n";
2530 2540
2531 for (row = saveLines - nsaved; 2541 for (row = saveLines - nsaved;
2532 row < saveLines + nrow - 1; row++) 2542 row < saveLines + nrow - 1; row++)
2533 { 2543 {
2534 width = save[row].l >= 0 ? save[row].l 2544 width = row_buf[row].l >= 0 ? row_buf[row].l
2535 : ncol; 2545 : ncol;
2536 for (towrite = width; towrite; towrite -= wrote) 2546 for (towrite = width; towrite; towrite -= wrote)
2537 { 2547 {
2538 wrote = write (fd, & (save[row].t[width - towrite]), 2548 wrote = write (fd, & (row_buf[row].t[width - towrite]),
2539 towrite); 2549 towrite);
2540 if (wrote < 0) 2550 if (wrote < 0)
2541 return; /* XXX: death, no report */ 2551 return; /* XXX: death, no report */
2542 } 2552 }
2543 if (save[row].l >= 0) 2553 if (row_buf[row].l >= 0)
2544 if (write (fd, r1, 1) <= 0) 2554 if (write (fd, r1, 1) <= 0)
2545 return; /* XXX: death, no report */ 2555 return; /* XXX: death, no report */
2546 } 2556 }
2547} 2557}
2548#endif 2558#endif
2580/* ------------------------------------------------------------------------- */ 2590/* ------------------------------------------------------------------------- */
2581/* 2591/*
2582 * Paste a selection direct to the command fd 2592 * Paste a selection direct to the command fd
2583 */ 2593 */
2584void 2594void
2585rxvt_term::paste (unsigned char *data, unsigned int len) 2595rxvt_term::paste (char *data, unsigned int len)
2586{ 2596{
2587 /* convert normal newline chars into common keyboard Return key sequence */ 2597 /* convert normal newline chars into common keyboard Return key sequence */
2588 for (unsigned int i = 0; i < len; i++) 2598 for (unsigned int i = 0; i < len; i++)
2589 if (data[i] == C0_LF) 2599 if (data[i] == C0_LF)
2590 data[i] = C0_CR; 2600 data[i] = C0_CR;
2734 { 2744 {
2735 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems); 2745 wchar_t *w = rxvt_utf8towcs ((const char *)ct.value, ct.nitems);
2736 char *s = rxvt_wcstombs (w); 2746 char *s = rxvt_wcstombs (w);
2737 free (w); 2747 free (w);
2738 // TODO: strlen == only the first element will be converted. well... 2748 // TODO: strlen == only the first element will be converted. well...
2739 paste ((unsigned char *)s, strlen (s)); 2749 paste (s, strlen (s));
2740 free (s); 2750 free (s);
2741 } 2751 }
2742 else 2752 else
2743#endif 2753#endif
2744 if (XmbTextPropertyToTextList (display->display, &ct, &cl, &cr) >= 0 2754 if (XmbTextPropertyToTextList (display->display, &ct, &cl, &cr) >= 0
2745 && cl) 2755 && cl)
2746 { 2756 {
2747 for (int i = 0; i < cr; i++) 2757 for (int i = 0; i < cr; i++)
2748 paste ((unsigned char *)cl[i], strlen (cl[i])); 2758 paste (cl[i], strlen (cl[i]));
2749 2759
2750 XFreeStringList (cl); 2760 XFreeStringList (cl);
2751 } 2761 }
2752 else 2762 else
2753 paste (ct.value, ct.nitems); // paste raw 2763 paste ((char *)ct.value, ct.nitems); // paste raw
2754 2764
2755bailout: 2765bailout:
2756 XFree (ct.value); 2766 XFree (ct.value);
2757 2767
2758 if (selection_wait == Sel_normal) 2768 if (selection_wait == Sel_normal)
2796 return; /* outside window */ 2806 return; /* outside window */
2797 2807
2798 if (selection.text) 2808 if (selection.text)
2799 { /* internal selection */ 2809 { /* internal selection */
2800 char *str = rxvt_wcstombs (selection.text, selection.len); 2810 char *str = rxvt_wcstombs (selection.text, selection.len);
2801 paste ((unsigned char *)str, strlen (str)); 2811 paste (str, strlen (str));
2802 free (str); 2812 free (str);
2803 return; 2813 return;
2804 } 2814 }
2805 else 2815 else
2806 { 2816 {
2898 selection.op = SELECTION_DONE; 2908 selection.op = SELECTION_DONE;
2899 2909
2900 if (selection.clicks == 4) 2910 if (selection.clicks == 4)
2901 return; /* nothing selected, go away */ 2911 return; /* nothing selected, go away */
2902 2912
2913 if (HOOK_INVOKE ((this, HOOK_SEL_MAKE, DT_LONG, (long)tm, DT_END)))
2914 return;
2915
2903 i = (selection.end.row - selection.beg.row + 1) * (ncol + 1); 2916 i = (selection.end.row - selection.beg.row + 1) * (ncol + 1);
2904 new_selection_text = (wchar_t *)rxvt_malloc ((i + 4) * sizeof (wchar_t)); 2917 new_selection_text = (wchar_t *)rxvt_malloc ((i + 4) * sizeof (wchar_t));
2905 2918
2906 int ofs = 0; 2919 int ofs = 0;
2907 int extra = 0; 2920 int extra = 0;
2919 col = selection.beg.col; 2932 col = selection.beg.col;
2920 end_col = ncol + 1; 2933 end_col = ncol + 1;
2921 } 2934 }
2922 else 2935 else
2923#endif 2936#endif
2924 end_col = ROW(row).is_longer () ? ncol : ROW(row).l; //TODO//FIXME//LEN 2937 end_col = ROW(row).l;
2925 2938
2926 col = max (col, 0); 2939 col = max (col, 0);
2927 2940
2928 if (row == selection.end.row || selection.rect) 2941 if (row == selection.end.row
2942#if ENABLE_FRILLS
2943 || selection.rect
2944#endif
2945 )
2929 end_col = min (end_col, selection.end.col); 2946 min_it (end_col, selection.end.col);
2930 2947
2931 t = ROW(row).t + col; 2948 t = ROW(row).t + col;
2949
2932 for (; col < end_col; col++) 2950 for (; col < end_col; col++)
2933 { 2951 {
2934 if (*t == NOCHAR) 2952 if (*t == NOCHAR)
2935 t++; 2953 t++;
2936#if ENABLE_COMBINING 2954#if ENABLE_COMBINING
2952#endif 2970#endif
2953 else 2971 else
2954 new_selection_text[ofs++] = *t++; 2972 new_selection_text[ofs++] = *t++;
2955 } 2973 }
2956 2974
2975#if ENABLE_FRILLS
2976 if (selection.rect)
2977 {
2978 while (ofs
2979 && new_selection_text[ofs - 1] != C0_LF
2980 && unicode::is_space (new_selection_text[ofs - 1]))
2981 --ofs;
2982
2983 new_selection_text[ofs++] = C0_LF;
2984 }
2985 else
2986#endif
2957 if (!ROW(row).is_longer () && row != selection.end.row) 2987 if (!ROW(row).is_longer () && row != selection.end.row)
2958 new_selection_text[ofs++] = C0_LF; 2988 new_selection_text[ofs++] = C0_LF;
2959 } 2989 }
2960 2990
2961 if (end_col != selection.end.col) 2991 if (end_col != selection.end.col)
2962 new_selection_text[ofs++] = C0_LF; 2992 new_selection_text[ofs++] = C0_LF;
2963 2993
2973 3003
2974 // we usually allocate much more than necessary, so realloc it smaller again 3004 // we usually allocate much more than necessary, so realloc it smaller again
2975 selection.len = ofs; 3005 selection.len = ofs;
2976 selection.text = (wchar_t *)rxvt_realloc (new_selection_text, (ofs + 1) * sizeof (wchar_t)); 3006 selection.text = (wchar_t *)rxvt_realloc (new_selection_text, (ofs + 1) * sizeof (wchar_t));
2977 3007
3008 if (HOOK_INVOKE ((this, HOOK_SEL_GRAB, DT_LONG, (long)tm, DT_END)))
3009 return;
3010
3011 selection_grab (tm);
3012}
3013
3014bool
3015rxvt_term::selection_grab (Time tm)
3016{
3017 selection_time = tm;
3018
2978 XSetSelectionOwner (display->display, XA_PRIMARY, vt, tm); 3019 XSetSelectionOwner (display->display, XA_PRIMARY, vt, tm);
2979 if (XGetSelectionOwner (display->display, XA_PRIMARY) == vt) 3020 if (XGetSelectionOwner (display->display, XA_PRIMARY) == vt)
3021 {
2980 display->set_selection_owner (this); 3022 display->set_selection_owner (this);
3023 return true;
3024 }
2981 else 3025 else
2982 rxvt_warn ("can't get primary selection, ignoring.\n"); 3026 return false;
2983 3027
2984#if 0 3028#if 0
2985 XTextProperty ct; 3029 XTextProperty ct;
2986 3030
2987 if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0) 3031 if (XwcTextListToTextProperty (display->display, &selection.text, 1, XStringStyle, &ct) >= 0)
2988 { 3032 {
2989 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems); 3033 set_string_property (XA_CUT_BUFFER0, ct.value, ct.nitems);
2990 XFree (ct.value); 3034 XFree (ct.value);
2991 } 3035 }
2992#endif 3036#endif
2993
2994 selection_time = tm;
2995} 3037}
2996 3038
2997/* ------------------------------------------------------------------------- */ 3039/* ------------------------------------------------------------------------- */
2998/* 3040/*
2999 * Mark or select text based upon number of clicks: 1, 2, or 3 3041 * Mark or select text based upon number of clicks: 1, 2, or 3
3121 } 3163 }
3122 } 3164 }
3123 break; 3165 break;
3124 } 3166 }
3125 3167
3126Old_Word_Selection_You_Die:
3127 if (dirn == DN) 3168 if (dirn == DN)
3128 col++; /* put us on one past the end */ 3169 col++; /* put us on one past the end */
3129 3170
3130 /* Poke the values back in */ 3171 /* Poke the values back in */
3131 ret->row = row; 3172 ret->row = row;
3308 else if (selection.clicks == 2) 3349 else if (selection.clicks == 2)
3309 { 3350 {
3310 if (ROWCOL_IS_AFTER (selection.end, selection.beg)) 3351 if (ROWCOL_IS_AFTER (selection.end, selection.beg))
3311 selection.end.col--; 3352 selection.end.col--;
3312 3353
3354 if (!HOOK_INVOKE ((this, HOOK_SEL_EXTEND, DT_END)))
3355 {
3313 selection_delimit_word (UP, &selection.beg, &selection.beg); 3356 selection_delimit_word (UP, &selection.beg, &selection.beg);
3314 selection_delimit_word (DN, &selection.end, &selection.end); 3357 selection_delimit_word (DN, &selection.end, &selection.end);
3358 }
3315 } 3359 }
3316 else if (selection.clicks == 3) 3360 else if (selection.clicks == 3)
3317 { 3361 {
3318#if ENABLE_FRILLS 3362#if ENABLE_FRILLS
3319 if (options & Opt_tripleclickwords) 3363 if (OPTION (Opt_tripleclickwords))
3320 { 3364 {
3321 selection_delimit_word (UP, &selection.beg, &selection.beg); 3365 selection_delimit_word (UP, &selection.beg, &selection.beg);
3322 3366
3323 for (int end_row = selection.mark.row; end_row < nrow; end_row++) 3367 for (int end_row = selection.mark.row; end_row < nrow; end_row++)
3324 { 3368 {
3385 { 3429 {
3386 stp = ROW(end_row).t; 3430 stp = ROW(end_row).t;
3387 3431
3388 while (--end_col >= 0) 3432 while (--end_col >= 0)
3389 { 3433 {
3390 if (stp[end_col] != ' ' 3434 if (stp[end_col] != NOCHAR
3391 && stp[end_col] != '\t' 3435 && !unicode::is_space (stp[end_col]))
3392 && stp[end_col] != NOCHAR)
3393 break; 3436 break;
3394 } 3437 }
3395 3438
3396 if (end_col >= 0 3439 if (end_col >= 0
3397 || !ROW(end_row - 1).is_longer ()) 3440 || !ROW(end_row - 1).is_longer ())
3596 3639
3597#if ENABLE_OVERLAY 3640#if ENABLE_OVERLAY
3598void 3641void
3599rxvt_term::scr_overlay_new (int x, int y, int w, int h) 3642rxvt_term::scr_overlay_new (int x, int y, int w, int h)
3600{ 3643{
3601 if (nrow < 3 || ncol < 3) 3644 if (nrow < 1 || ncol < 1)
3602 return; 3645 return;
3603 3646
3604 want_refresh = 1; 3647 want_refresh = 1;
3605 3648
3606 scr_overlay_off (); 3649 scr_overlay_off ();
3610 3653
3611 // make space for border 3654 // make space for border
3612 w += 2; min_it (w, ncol); 3655 w += 2; min_it (w, ncol);
3613 h += 2; min_it (h, nrow); 3656 h += 2; min_it (h, nrow);
3614 3657
3615 x -= 1; max_it (x, 0); 3658 x -= 1; clamp_it (x, 0, ncol - w);
3616 y -= 1; max_it (y, 0); 3659 y -= 1; clamp_it (y, 0, nrow - h);
3617
3618 min_it (x, ncol - w);
3619 min_it (y, nrow - h);
3620 3660
3621 ov_x = x; ov_y = y; 3661 ov_x = x; ov_y = y;
3622 ov_w = w; ov_h = h; 3662 ov_w = w; ov_h = h;
3623 3663
3624 ov_text = new text_t *[h]; 3664 ov_text = new text_t *[h];
3716 for (int y = ov_h; y--; ) 3756 for (int y = ov_h; y--; )
3717 { 3757 {
3718 text_t *t1 = ov_text[y]; 3758 text_t *t1 = ov_text[y];
3719 rend_t *r1 = ov_rend[y]; 3759 rend_t *r1 = ov_rend[y];
3720 3760
3721 text_t *t2 = ROW(y - view_start).t + ov_x; 3761 text_t *t2 = ROW(y + ov_y - view_start).t + ov_x;
3722 rend_t *r2 = ROW(y - view_start).r + ov_x; 3762 rend_t *r2 = ROW(y + ov_y - view_start).r + ov_x;
3723 3763
3724 for (int x = ov_w; x--; ) 3764 for (int x = ov_w; x--; )
3725 { 3765 {
3726 text_t t = *t1; *t1++ = *t2; *t2++ = t; 3766 text_t t = *t1; *t1++ = *t2; *t2++ = t;
3727 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, FONTSET (r)->find_font (t)); 3767 rend_t r = *r1; *r1++ = *r2; *r2++ = SET_FONT (r, FONTSET (r)->find_font (t));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines