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.148 by root, Mon Dec 13 01:29:03 2004 UTC vs.
Revision 1.157 by root, Sun Feb 13 08:56:28 2005 UTC

28#include "rxvt.h" /* NECESSARY */ 28#include "rxvt.h" /* NECESSARY */
29 29
30#include <X11/Xmd.h> /* get the typedef for CARD32 */ 30#include <X11/Xmd.h> /* get the typedef for CARD32 */
31 31
32#include <inttypes.h> 32#include <inttypes.h>
33#include <wchar.h>
34 33
35#include "salloc.C" // HACK, should be a seperate compile! 34#include "salloc.C" // HACK, should be a seperate compile!
36 35
37inline void fill_text (text_t *start, text_t value, int len) 36inline void fill_text (text_t *start, text_t value, int len)
38{ 37{
294 ralloc->free (drawn_rend[p]); 293 ralloc->free (drawn_rend[p]);
295 } 294 }
296 295
297 /* we have fewer rows so fix up cursor position */ 296 /* we have fewer rows so fix up cursor position */
298 MIN_IT (screen.cur.row, (int32_t)nrow - 1); 297 MIN_IT (screen.cur.row, (int32_t)nrow - 1);
299 MIN_IT (swap.cur.row, (int32_t)nrow - 1);
300 298
301 scr_reset_realloc (); /* realloc _last_ */ 299 scr_reset_realloc (); /* realloc _last_ */
302 } 300 }
303 else if (nrow > prev_nrow) 301 else if (nrow > prev_nrow)
304 { 302 {
335 scr_scroll_text (0, (int)nrow - 1, -k, 1); 333 scr_scroll_text (0, (int)nrow - 1, -k, 1);
336 screen.cur.row += k; 334 screen.cur.row += k;
337 screen.s_cur.row += k; 335 screen.s_cur.row += k;
338 TermWin.nscrolled -= k; 336 TermWin.nscrolled -= k;
339 } 337 }
338
340#ifdef DEBUG_STRICT 339#ifdef DEBUG_STRICT
341 assert (screen.cur.row < TermWin.nrow); 340 assert (screen.cur.row < TermWin.nrow);
342 assert (swap.cur.row < TermWin.nrow);
343#else /* drive with your eyes closed */ 341#else /* drive with your eyes closed */
344
345 MIN_IT (screen.cur.row, nrow - 1); 342 MIN_IT (screen.cur.row, nrow - 1);
346 MIN_IT (swap.cur.row, nrow - 1);
347#endif 343#endif
348 TermWin.ncol = ncol; // save b/c scr_blank_screen_mem uses this 344 TermWin.ncol = ncol; // save b/c scr_blank_screen_mem uses this
349 } 345 }
350 346
351 /* resize columns */ 347 /* resize columns */
394 } 390 }
395 391
396 } 392 }
397 393
398 MIN_IT (screen.cur.col, (int16_t)ncol - 1); 394 MIN_IT (screen.cur.col, (int16_t)ncol - 1);
399 MIN_IT (swap.cur.col, (int16_t)ncol - 1);
400 395
401 delete talloc; talloc = ta; 396 delete talloc; talloc = ta;
402 delete ralloc; ralloc = ra; 397 delete ralloc; ralloc = ra;
403 } 398 }
404 399
566 if (current_screen == scrn) 561 if (current_screen == scrn)
567 return scrn; 562 return scrn;
568 563
569 selection_check (2); /* check for boundary cross */ 564 selection_check (2); /* check for boundary cross */
570 565
571 SWAP_IT (current_screen, scrn, int); 566 i = current_screen; current_screen = scrn; scrn = i;
572 567
573 SWAP_IT (screen.cur.row, swap.cur.row, int16_t); 568 SWAP_IT (screen.cur.row, swap.cur.row, int16_t);
574 SWAP_IT (screen.cur.col, swap.cur.col, int16_t); 569 SWAP_IT (screen.cur.col, swap.cur.col, int16_t);
575# ifdef DEBUG_STRICT
576 assert (screen.cur.row >= 0 && screen.cur.row < prev_nrow);
577 assert (screen.cur.col >= 0 && screen.cur.col < prev_ncol);
578# else /* drive with your eyes closed */
579 MAX_IT (screen.cur.row, 0); 570 MAX_IT (screen.cur.row, 0);
580 MIN_IT (screen.cur.row, (int32_t)prev_nrow - 1); 571 MIN_IT (screen.cur.row, (int32_t)prev_nrow - 1);
581 MAX_IT (screen.cur.col, 0); 572 MAX_IT (screen.cur.col, 0);
582 MIN_IT (screen.cur.col, (int32_t)prev_ncol - 1); 573 MIN_IT (screen.cur.col, (int32_t)prev_ncol - 1);
583# endif
584 574
585#if NSCREENS 575#if NSCREENS
586 if (options & Opt_secondaryScreen) 576 if (options & Opt_secondaryScreen)
587 { 577 {
588 num_scr = 0; 578 num_scr = 0;
2400 else 2390 else
2401 font->draw (*TermWin.drawable, xpixel, ypixel, text, count, fore, back); 2391 font->draw (*TermWin.drawable, xpixel, ypixel, text, count, fore, back);
2402 2392
2403 if (rend & RS_Uline && font->descent > 1 && fore != back) 2393 if (rend & RS_Uline && font->descent > 1 && fore != back)
2404 { 2394 {
2395#if ENABLE_FRILLS
2396 if (ISSET_PIXCOLOR (Color_underline))
2397 XSetForeground (display->display, TermWin.gc, pix_colors[Color_underline]);
2398 else
2399#endif
2405 XSetForeground (display->display, TermWin.gc, pix_colors[fore]); 2400 XSetForeground (display->display, TermWin.gc, pix_colors[fore]);
2401
2406 XDrawLine (display->display, drawBuffer, TermWin.gc, 2402 XDrawLine (display->display, drawBuffer, TermWin.gc,
2407 xpixel, ypixel + font->ascent + 1, 2403 xpixel, ypixel + font->ascent + 1,
2408 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1); 2404 xpixel + Width2Pixel (count) - 1, ypixel + font->ascent + 1);
2409 } 2405 }
2410 } /* for (col....) */ 2406 } /* for (col....) */
2656/* ------------------------------------------------------------------------- */ 2652/* ------------------------------------------------------------------------- */
2657/* 2653/*
2658 * Paste a selection direct to the command fd 2654 * Paste a selection direct to the command fd
2659 */ 2655 */
2660void 2656void
2661rxvt_term::paste (const unsigned char *data, unsigned int len) 2657rxvt_term::paste (unsigned char *data, unsigned int len)
2662{ 2658{
2663 unsigned int i, j, n;
2664 unsigned char *ds = (unsigned char *)rxvt_malloc (PASTE_SIZE);
2665
2666 /* convert normal newline chars into common keyboard Return key sequence */ 2659 /* convert normal newline chars into common keyboard Return key sequence */
2667 for (i = 0; i < len; i += PASTE_SIZE) 2660 for (unsigned int i = 0; i < len; i++)
2668 {
2669 n = min (len - i, PASTE_SIZE);
2670 memcpy (ds, data + i, n);
2671
2672 for (j = 0; j < n; j++)
2673 if (ds[j] == C0_LF) 2661 if (data[i] == C0_LF)
2674 ds[j] = C0_CR; 2662 data[i] = C0_CR;
2675 2663
2676 tt_write (ds, (int)n); 2664 tt_write (data, len);
2677 }
2678
2679 free (ds);
2680} 2665}
2681 2666
2682/* ------------------------------------------------------------------------- */ 2667/* ------------------------------------------------------------------------- */
2683/* 2668/*
2684 * Respond to a notification that a primary selection has been sent 2669 * Respond to a notification that a primary selection has been sent
2714 2699
2715 unsigned long bytes_after; 2700 unsigned long bytes_after;
2716 XTextProperty ct; 2701 XTextProperty ct;
2717 2702
2718 if (XGetWindowProperty (display->display, win, prop, 2703 if (XGetWindowProperty (display->display, win, prop,
2719 0, (long)(PROP_SIZE / 4), 2704 0, PROP_SIZE / 4,
2720 delete_prop, AnyPropertyType, 2705 delete_prop, AnyPropertyType,
2721 &ct.encoding, &ct.format, 2706 &ct.encoding, &ct.format,
2722 &ct.nitems, &bytes_after, 2707 &ct.nitems, &bytes_after,
2723 &ct.value) != Success) 2708 &ct.value) != Success)
2724 { 2709 {
2731 2716
2732 if (bytes_after) 2717 if (bytes_after)
2733 { 2718 {
2734 // fetch and append remaining data 2719 // fetch and append remaining data
2735 XTextProperty ct2; 2720 XTextProperty ct2;
2736 unsigned long bytes_after2;
2737 2721
2738 if (XGetWindowProperty (display->display, win, prop, 2722 if (XGetWindowProperty (display->display, win, prop,
2739 ct.nitems / 4, (long) (bytes_after + 3) / 4, 2723 ct.nitems / 4, (bytes_after + 3) / 4,
2740 delete_prop, AnyPropertyType, 2724 delete_prop, AnyPropertyType,
2741 &ct2.encoding, &ct2.format, 2725 &ct2.encoding, &ct2.format,
2742 &ct2.nitems, &bytes_after2, 2726 &ct2.nitems, &bytes_after,
2743 &ct2.value) != Success) 2727 &ct2.value) != Success)
2744 goto bailout; 2728 goto bailout;
2745 2729
2746 // realloc should be compatible to XFree, here, and elsewhere, too 2730 // realloc should be compatible to XFree, here, and elsewhere, too
2747 ct.value = (unsigned char *)realloc (ct.value, ct.nitems + bytes_after); 2731 ct.value = (unsigned char *)realloc (ct.value, ct.nitems + ct2.nitems + 1);
2748 memcpy (ct.value + ct.nitems, ct2.value, ct2.nitems); 2732 memcpy (ct.value + ct.nitems, ct2.value, ct2.nitems + 1);
2749 ct.nitems += ct2.nitems; 2733 ct.nitems += ct2.nitems;
2750 2734
2751 XFree (ct2.value); 2735 XFree (ct2.value);
2752 } 2736 }
2753 else if (delete_prop)
2754 XDeleteProperty (display->display, win, prop);
2755 2737
2756 if (ct.value == 0) 2738 if (ct.value == 0)
2757 goto bailout; 2739 goto bailout;
2758 2740
2759 if (ct.encoding == xa[XA_INCR]) 2741 if (ct.encoding == xa[XA_INCR])
3426 selection_delimit_word (DN, &selection.end, &selection.end); 3408 selection_delimit_word (DN, &selection.end, &selection.end);
3427 } 3409 }
3428 else if (selection.clicks == 3) 3410 else if (selection.clicks == 3)
3429 { 3411 {
3430#if ENABLE_FRILLS 3412#if ENABLE_FRILLS
3431 if ((options & Opt_tripleclickwords)) 3413 if (options & Opt_tripleclickwords)
3432 { 3414 {
3433 int end_row; 3415 int end_row;
3434 3416
3435 selection_delimit_word (UP, &selection.beg, &selection.beg); 3417 selection_delimit_word (UP, &selection.beg, &selection.beg);
3436 end_row = screen.tlen[selection.mark.row + TermWin.saveLines]; 3418 end_row = screen.tlen[selection.mark.row + TermWin.saveLines];
3454 if (ROWCOL_IS_AFTER (selection.mark, selection.beg)) 3436 if (ROWCOL_IS_AFTER (selection.mark, selection.beg))
3455 selection.mark.col++; 3437 selection.mark.col++;
3456 3438
3457 selection.beg.col = 0; 3439 selection.beg.col = 0;
3458 selection.end.col = ncol; 3440 selection.end.col = ncol;
3441
3442 // select a complete logical line
3443 while (selection.beg.row > -TermWin.saveLines
3444 && screen.tlen[selection.beg.row - 1 + TermWin.saveLines] == -1)
3445 selection.beg.row--;
3446
3447 while (selection.end.row < TermWin.nrow
3448 && screen.tlen[selection.end.row + TermWin.saveLines] == -1)
3449 selection.end.row++;
3459 } 3450 }
3460 } 3451 }
3461 3452
3462 if (button3 && buttonpress) 3453 if (button3 && buttonpress)
3463 { /* mark may need to be changed */ 3454 { /* mark may need to be changed */
3543 */ 3534 */
3544void 3535void
3545rxvt_term::selection_send (const XSelectionRequestEvent &rq) 3536rxvt_term::selection_send (const XSelectionRequestEvent &rq)
3546{ 3537{
3547 XSelectionEvent ev; 3538 XSelectionEvent ev;
3539 dDisp;
3548 3540
3549 ev.type = SelectionNotify; 3541 ev.type = SelectionNotify;
3550 ev.property = None; 3542 ev.property = None;
3551 ev.display = rq.display; 3543 ev.display = rq.display;
3552 ev.requestor = rq.requestor; 3544 ev.requestor = rq.requestor;
3566 *target++ = xa[XA_COMPOUND_TEXT]; 3558 *target++ = xa[XA_COMPOUND_TEXT];
3567#if X_HAVE_UTF8_STRING 3559#if X_HAVE_UTF8_STRING
3568 *target++ = xa[XA_UTF8_STRING]; 3560 *target++ = xa[XA_UTF8_STRING];
3569#endif 3561#endif
3570 3562
3571 XChangeProperty (display->display, rq.requestor, rq.property, XA_ATOM, 3563 XChangeProperty (disp, rq.requestor, rq.property, XA_ATOM,
3572 32, PropModeReplace, 3564 32, PropModeReplace,
3573 (unsigned char *)target_list, target - target_list); 3565 (unsigned char *)target_list, target - target_list);
3574 ev.property = rq.property; 3566 ev.property = rq.property;
3575 } 3567 }
3576#if TODO // TODO 3568#if TODO // TODO
3579 /* TODO: Handle MULTIPLE */ 3571 /* TODO: Handle MULTIPLE */
3580 } 3572 }
3581#endif 3573#endif
3582 else if (rq.target == xa[XA_TIMESTAMP] && selection.text) 3574 else if (rq.target == xa[XA_TIMESTAMP] && selection.text)
3583 { 3575 {
3584 XChangeProperty (display->display, rq.requestor, rq.property, rq.target, 3576 XChangeProperty (disp, rq.requestor, rq.property, rq.target,
3585 32, PropModeReplace, (unsigned char *)&selection_time, 1); 3577 32, PropModeReplace, (unsigned char *)&selection_time, 1);
3586 ev.property = rq.property; 3578 ev.property = rq.property;
3587 } 3579 }
3588 else if (rq.target == XA_STRING 3580 else if (rq.target == XA_STRING
3589 || rq.target == xa[XA_TEXT] 3581 || rq.target == xa[XA_TEXT]
3647 ct.value = (unsigned char *)rxvt_wcstoutf8 (cl, selectlen); 3639 ct.value = (unsigned char *)rxvt_wcstoutf8 (cl, selectlen);
3648 ct.nitems = strlen ((char *)ct.value); 3640 ct.nitems = strlen ((char *)ct.value);
3649 } 3641 }
3650 else 3642 else
3651#endif 3643#endif
3652 if (XwcTextListToTextProperty (display->display, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0) 3644 if (XwcTextListToTextProperty (disp, &cl, 1, (XICCEncodingStyle) style, &ct) >= 0)
3653 freect = 1; 3645 freect = 1;
3654 else 3646 else
3655 { 3647 {
3656 /* if we failed to convert then send it raw */ 3648 /* if we failed to convert then send it raw */
3657 ct.value = (unsigned char *)cl; 3649 ct.value = (unsigned char *)cl;
3658 ct.nitems = selectlen; 3650 ct.nitems = selectlen;
3659 ct.encoding = target; 3651 ct.encoding = target;
3660 } 3652 }
3661 3653
3662 XChangeProperty (display->display, rq.requestor, rq.property, 3654 XChangeProperty (disp, rq.requestor, rq.property,
3663 ct.encoding, 8, PropModeReplace, 3655 ct.encoding, 8, PropModeReplace,
3664 ct.value, (int)ct.nitems); 3656 ct.value, (int)ct.nitems);
3665 ev.property = rq.property; 3657 ev.property = rq.property;
3666 3658
3667 if (freect) 3659 if (freect)
3668 XFree (ct.value); 3660 XFree (ct.value);
3669 } 3661 }
3670 3662
3671 XSendEvent (display->display, rq.requestor, False, 0L, (XEvent *)&ev); 3663 XSendEvent (disp, rq.requestor, False, 0L, (XEvent *)&ev);
3672} 3664}
3673 3665
3674/* ------------------------------------------------------------------------- * 3666/* ------------------------------------------------------------------------- *
3675 * MOUSE ROUTINES * 3667 * MOUSE ROUTINES *
3676 * ------------------------------------------------------------------------- */ 3668 * ------------------------------------------------------------------------- */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines