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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.564 by sf-exg, Fri Mar 27 15:06:09 2015 UTC vs.
Revision 1.584 by root, Sun Jul 7 08:02:15 2019 UTC

26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org> 26 * Copyright (c) 1998 Alfredo K. Kojima <kojima@windowmaker.org>
27 * Copyright (c) 2001 Marius Gedminas 27 * Copyright (c) 2001 Marius Gedminas
28 * - Ctrl/Mod4+Tab works like Meta+Tab (options) 28 * - Ctrl/Mod4+Tab works like Meta+Tab (options)
29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org> 29 * Copyright (c) 2003 Rob McMullen <robm@flipturn.org>
30 * Copyright (c) 2003-2014 Marc Lehmann <schmorp@schmorp.de> 30 * Copyright (c) 2003-2014 Marc Lehmann <schmorp@schmorp.de>
31 * Copyright (c) 2007 Emanuele Giaquinta <e.giaquinta@glauco.it> 31 * Copyright (c) 2007,2015 Emanuele Giaquinta <e.giaquinta@glauco.it>
32 * 32 *
33 * This program is free software; you can redistribute it and/or modify 33 * This program is free software; you can redistribute it and/or modify
34 * it under the terms of the GNU General Public License as published by 34 * it under the terms of the GNU General Public License as published by
35 * the Free Software Foundation; either version 3 of the License, or 35 * the Free Software Foundation; either version 3 of the License, or
36 * (at your option) any later version. 36 * (at your option) any later version.
1482 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev)) 1482 while (XCheckTypedWindowEvent (dpy, ev.xconfigure.window, ConfigureNotify, &ev))
1483 ; 1483 ;
1484 1484
1485 bool want_position_change = SHOULD_INVOKE (HOOK_POSITION_CHANGE); 1485 bool want_position_change = SHOULD_INVOKE (HOOK_POSITION_CHANGE);
1486 1486
1487 bool moved = false;
1488#ifdef HAVE_BG_PIXMAP
1489 if (bg_window_position_sensitive ())
1490 {
1491 want_position_change = true;
1492 if (bg_img == 0)
1493 moved = true;
1494 }
1495#endif
1496
1497 if (want_position_change) 1487 if (want_position_change)
1498 { 1488 {
1499 int x, y; 1489 int x, y;
1500 1490
1501 if (ev.xconfigure.send_event) 1491 if (ev.xconfigure.send_event)
1509 if (x != parent_x || y != parent_y) 1499 if (x != parent_x || y != parent_y)
1510 { 1500 {
1511 parent_x = x; 1501 parent_x = x;
1512 parent_y = y; 1502 parent_y = y;
1513 HOOK_INVOKE ((this, HOOK_POSITION_CHANGE, DT_INT, x, DT_INT, y, DT_END)); 1503 HOOK_INVOKE ((this, HOOK_POSITION_CHANGE, DT_INT, x, DT_INT, y, DT_END));
1514 moved = true;
1515 } 1504 }
1516 } 1505 }
1517 1506
1518 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height) 1507 if (szHint.width != ev.xconfigure.width || szHint.height != ev.xconfigure.height)
1519 { 1508 {
1520 seen_resize = 1; 1509 seen_resize = 1;
1521 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1); 1510 resize_all_windows (ev.xconfigure.width, ev.xconfigure.height, 1);
1522 } 1511 }
1523 else
1524 {
1525#ifdef HAVE_BG_PIXMAP
1526 if (moved)
1527 update_background ();
1528#endif
1529 }
1530 1512
1531 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END)); 1513 HOOK_INVOKE ((this, HOOK_CONFIGURE_NOTIFY, DT_XEVENT, &ev, DT_END));
1532 } 1514 }
1533 break; 1515 break;
1534 1516
1543 case SelectionRequest: 1525 case SelectionRequest:
1544 selection_send (ev.xselectionrequest); 1526 selection_send (ev.xselectionrequest);
1545 break; 1527 break;
1546 1528
1547 case MapNotify: 1529 case MapNotify:
1548#ifdef HAVE_BG_PIXMAP
1549 // This is needed at startup for the case of no window manager
1550 // or a non-reparenting window manager and also because we
1551 // defer bg image updates if the window is not mapped. The
1552 // short delay is to optimize for multiple ConfigureNotify
1553 // events at startup when the window manager reparents the
1554 // window, so as to perform the computation after we have
1555 // received all of them.
1556 if (bg_img == 0)
1557 update_background_ev.start (0.025);
1558#endif
1559 mapped = 1; 1530 mapped = 1;
1560#ifdef TEXT_BLINK 1531#ifdef TEXT_BLINK
1561 text_blink_ev.start (); 1532 text_blink_ev.start ();
1562#endif 1533#endif
1563 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END)); 1534 HOOK_INVOKE ((this, HOOK_MAP_NOTIFY, DT_XEVENT, &ev, DT_END));
1612 case MotionNotify: 1583 case MotionNotify:
1613#ifdef POINTER_BLANK 1584#ifdef POINTER_BLANK
1614 if (hidden_pointer) 1585 if (hidden_pointer)
1615 pointer_unblank (); 1586 pointer_unblank ();
1616#endif 1587#endif
1588 if (!bypass_keystate
1617 if ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask)) 1589 && ((priv_modes & PrivMode_MouseBtnEvent && ev.xbutton.state & (Button1Mask|Button2Mask|Button3Mask))
1618 || priv_modes & PrivMode_MouseAnyEvent) 1590 || priv_modes & PrivMode_MouseAnyEvent))
1619 mouse_report (ev.xbutton); 1591 mouse_report (ev.xbutton);
1620 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate) 1592 if ((priv_modes & PrivMode_mouse_report) && !bypass_keystate)
1621 break; 1593 break;
1622 1594
1623 if (ev.xany.window == vt) 1595 if (ev.xany.window == vt)
1635 &unused_root_x, &unused_root_y, 1607 &unused_root_x, &unused_root_y,
1636 &ev.xbutton.x, &ev.xbutton.y, 1608 &ev.xbutton.x, &ev.xbutton.y,
1637 &ev.xbutton.state); 1609 &ev.xbutton.state);
1638#ifdef MOUSE_THRESHOLD 1610#ifdef MOUSE_THRESHOLD
1639 /* deal with a `jumpy' mouse */ 1611 /* deal with a `jumpy' mouse */
1640 if ((ev.xmotion.time - MEvent.time) > MOUSE_THRESHOLD) 1612 if (ev.xmotion.time - MEvent.time > MOUSE_THRESHOLD)
1613#endif
1641 { 1614 {
1642#endif
1643#if ISO_14755 1615#if ISO_14755
1644 // 5.4 1616 // 5.4
1645 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54)) 1617 if (iso14755buf & (ISO_14755_STARTED | ISO_14755_54))
1646 { 1618 {
1647 iso14755_54 (ev.xbutton.x, ev.xbutton.y); 1619 iso14755_54 (ev.xbutton.x, ev.xbutton.y);
1696 * shouldn't be scrolling 1668 * shouldn't be scrolling
1697 */ 1669 */
1698 sel_scroll_ev.stop(); 1670 sel_scroll_ev.stop();
1699 } 1671 }
1700#endif 1672#endif
1701#ifdef MOUSE_THRESHOLD
1702 } 1673 }
1703#endif
1704 } 1674 }
1705 } 1675 }
1706 else if (scrollBar.state == SB_STATE_MOTION && ev.xany.window == scrollBar.win) 1676 else if (scrollBar.state == SB_STATE_MOTION && ev.xany.window == scrollBar.win)
1707 { 1677 {
1708 while (XCheckTypedWindowEvent (dpy, scrollBar.win, 1678 while (XCheckTypedWindowEvent (dpy, scrollBar.win,
1788 } 1758 }
1789#endif 1759#endif
1790#if ENABLE_FRILLS 1760#if ENABLE_FRILLS
1791 if (option (Opt_urgentOnBell)) 1761 if (option (Opt_urgentOnBell))
1792 set_urgency (0); 1762 set_urgency (0);
1763
1764 if (priv_modes & PrivMode_FocusEvent)
1765 tt_printf ("\x1b[I");
1793#endif 1766#endif
1794 1767
1795 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END)); 1768 HOOK_INVOKE ((this, HOOK_FOCUS_IN, DT_END));
1796 } 1769 }
1797} 1770}
1805 want_refresh = 1; 1778 want_refresh = 1;
1806 1779
1807#if ENABLE_FRILLS 1780#if ENABLE_FRILLS
1808 if (option (Opt_urgentOnBell)) 1781 if (option (Opt_urgentOnBell))
1809 set_urgency (0); 1782 set_urgency (0);
1783
1784 if (priv_modes & PrivMode_FocusEvent)
1785 tt_printf ("\x1b[O");
1810#endif 1786#endif
1811#if ENABLE_FRILLS || ISO_14755 1787#if ENABLE_FRILLS || ISO_14755
1812 if (iso14755buf) 1788 if (iso14755buf)
1813 { 1789 {
1814 iso14755buf = 0; 1790 iso14755buf = 0;
1853 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 1829 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1854 } 1830 }
1855#endif 1831#endif
1856} 1832}
1857 1833
1858#if BG_IMAGE_FROM_ROOT || ENABLE_PERL 1834#if ENABLE_PERL
1859void ecb_hot 1835void ecb_hot
1860rxvt_term::rootwin_cb (XEvent &ev) 1836rxvt_term::rootwin_cb (XEvent &ev)
1861{ 1837{
1862 make_current (); 1838 make_current ();
1863 1839
1873 * use the property to determine the pixmap. We use it later on. 1849 * use the property to determine the pixmap. We use it later on.
1874 */ 1850 */
1875 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID] 1851 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1876 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID]) 1852 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1877 { 1853 {
1878#if BG_IMAGE_FROM_ROOT
1879 if (option (Opt_transparent))
1880 {
1881 rxvt_img::new_from_root (this)->replace (root_img);
1882 update_background ();
1883 }
1884#endif
1885 HOOK_INVOKE ((this, HOOK_ROOTPMAP_CHANGE, DT_END)); 1854 HOOK_INVOKE ((this, HOOK_ROOTPMAP_CHANGE, DT_END));
1886 } 1855 }
1887 1856
1888 break; 1857 break;
1889 } 1858 }
2385wchar_t ecb_hot 2354wchar_t ecb_hot
2386rxvt_term::next_char () NOTHROW 2355rxvt_term::next_char () NOTHROW
2387{ 2356{
2388 while (cmdbuf_ptr < cmdbuf_endp) 2357 while (cmdbuf_ptr < cmdbuf_endp)
2389 { 2358 {
2390 // assume 7-bit to be ascii ALWAYS 2359 // assume 7-bit to be ascii ALWAYS (always true in POSIX)
2391 if (ecb_likely ((unsigned char)*cmdbuf_ptr <= 0x7f && *cmdbuf_ptr != 0x1b)) 2360 if (ecb_likely ((unsigned char)*cmdbuf_ptr <= 0x7f))
2392 return *cmdbuf_ptr++; 2361 return *cmdbuf_ptr++;
2393 2362
2394 wchar_t wc; 2363 wchar_t wc;
2395 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate); 2364 size_t len = mbrtowc (&wc, cmdbuf_ptr, cmdbuf_endp - cmdbuf_ptr, mbstate);
2396 2365
2724 break; 2693 break;
2725 2694
2726 /* kidnapped escape sequence: Should be 8.3.48 */ 2695 /* kidnapped escape sequence: Should be 8.3.48 */
2727 case C1_ESA: /* ESC G */ 2696 case C1_ESA: /* ESC G */
2728 // used by original rxvt for rob nations own graphics mode 2697 // used by original rxvt for rob nations own graphics mode
2729 if (cmd_getc () == 'Q') 2698 if (cmd_getc () == 'Q' && option (Opt_insecure))
2730 tt_printf ("\033G0\012"); /* query graphics - no graphics */ 2699 tt_printf ("\033G0\012"); /* query graphics - no graphics */
2731 break; 2700 break;
2732 2701
2733 /* 8.3.63: CHARACTER TABULATION SET */ 2702 /* 8.3.63: CHARACTER TABULATION SET */
2734 case C1_HTS: /* ESC H */ 2703 case C1_HTS: /* ESC H */
2943 case CSI_VPR: /* 8.3.161: (1) LINE POSITION FORWARD */ 2912 case CSI_VPR: /* 8.3.161: (1) LINE POSITION FORWARD */
2944 scr_gotorc (arg[0], 0, RELATIVE); 2913 scr_gotorc (arg[0], 0, RELATIVE);
2945 break; 2914 break;
2946 2915
2947 case CSI_CUB: /* 8.3.18: (1) CURSOR LEFT */ 2916 case CSI_CUB: /* 8.3.18: (1) CURSOR LEFT */
2948 case CSI_HPB: /* 8.3.59: (1) CHARACTER POSITION BACKWARD */ 2917 case CSI_HPB: /* 8.3.59: (1) CHARACTER POSITION BACKWARD */
2949#ifdef ISO6429 2918#ifdef ISO6429
2950 arg[0] = -arg[0]; 2919 arg[0] = -arg[0];
2951#else /* emulate common DEC VTs */ 2920#else /* emulate common DEC VTs */
2952 arg[0] = arg[0] ? -arg[0] : -1; 2921 arg[0] = arg[0] ? -arg[0] : -1;
2953#endif 2922#endif
3329 free (s); 3298 free (s);
3330 } 3299 }
3331 } 3300 }
3332} 3301}
3333 3302
3303static unsigned int
3304colorcube_index (unsigned int idx_r,
3305 unsigned int idx_g,
3306 unsigned int idx_b)
3307{
3308 assert (idx_r < Red_levels);
3309 assert (idx_g < Green_levels);
3310 assert (idx_b < Blue_levels);
3311
3312 return idx_r * Blue_levels * Green_levels +
3313 idx_g * Blue_levels +
3314 idx_b;
3315}
3316
3317/*
3318 * Find the nearest color slot in the hidden color cube,
3319 * adapt its value to the 32bit RGBA color.
3320 */
3321unsigned int
3322rxvt_term::map_rgb24_color (unsigned int r, unsigned int g, unsigned int b, unsigned int a)
3323{
3324 r &= 0xff;
3325 g &= 0xff;
3326 b &= 0xff;
3327 a &= 0xff;
3328
3329 uint32_t color = (a << 24) | (r << 16) | (g << 8) | b;
3330
3331 unsigned int idx_r = r * (Red_levels - 1) / 0xff;
3332 unsigned int idx_g = g * (Green_levels - 1) / 0xff;
3333 unsigned int idx_b = b * (Blue_levels - 1) / 0xff;
3334 unsigned int idx = colorcube_index (idx_r, idx_g, idx_b);
3335
3336 /* we allow one of the 6 directly neighbouring colours */
3337 /* to replace the current color, if they not used recently */
3338 static const signed char dxyz[][3] = {
3339 0, 0, 0,
3340 0, 0, +1,
3341 0, 0, -1,
3342 0, +1, 0,
3343 0, -1, 0,
3344 +1, 0, 0,
3345 -1, 0, 0,
3346 };
3347
3348 for (int n = 0; n < ecb_array_length (dxyz); ++n)
3349 {
3350 int r = idx_r + dxyz[n][0];
3351 int g = idx_g + dxyz[n][1];
3352 int b = idx_b + dxyz[n][2];
3353
3354 if (!IN_RANGE_EXC (r, 0, Red_levels )) continue;
3355 if (!IN_RANGE_EXC (g, 0, Green_levels)) continue;
3356 if (!IN_RANGE_EXC (b, 0, Blue_levels )) continue;
3357
3358 unsigned int index = colorcube_index (r, g, b);
3359
3360 if (rgb24_color[index] == color)
3361 {
3362 rgb24_seqno[index] = ++rgb24_sequence;
3363 return index + minTermCOLOR24;
3364 }
3365
3366 // minor issue: could update index 0 few more times
3367 if ((rgb24_seqno[index] | rgb24_color[index]) == 0)
3368 {
3369 idx = index;
3370 goto update;
3371 }
3372
3373 // like (rgb24_seqno[idx] > rgb24_seqno[index])
3374 // but also handles wrap around values good enough
3375 if ((uint16_t)(rgb24_seqno[idx] - rgb24_seqno[index]) < 0x7fff)
3376 idx = index;
3377 }
3378
3379update:
3380 rgb24_color[idx] = color;
3381 rgb24_seqno[idx] = ++rgb24_sequence;
3382
3383 idx += minTermCOLOR24;
3384 pix_colors_focused [idx].free (this);
3385 pix_colors_focused [idx].set (this, rgba (r * 0x0101, g * 0x0101, b * 0x0101, a * 0x0101));
3386 update_fade_color (idx, false);
3387
3388 return idx;
3389}
3390
3334void 3391void
3335rxvt_term::process_color_seq (int report, int color, const char *str, char resp) 3392rxvt_term::process_color_seq (int report, int color, const char *str, char resp)
3336{ 3393{
3337 if (str[0] == '?' && !str[1]) 3394 if (str[0] == '?' && !str[1])
3338 { 3395 {
3339 rgba c; 3396 rgba c;
3340 pix_colors_focused[color].get (c); 3397 pix_colors_focused[color].get (c);
3341 3398
3342#if XFT 3399#if XFT
3343 if (c.a != rgba::MAX_CC) 3400 if (c.a != rgba::MAX_CC)
3344 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.a, c.r, c.g, c.b, resp); 3401 tt_printf ("\033]%d;rgba:%04x/%04x/%04x/%04x%c", report, c.r, c.g, c.b, c.a, resp);
3345 else 3402 else
3346#endif 3403#endif
3347 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp); 3404 tt_printf ("\033]%d;rgb:%04x/%04x/%04x%c", report, c.r, c.g, c.b, resp);
3348 } 3405 }
3349 else 3406 else
3475 break; 3532 break;
3476#endif 3533#endif
3477 case URxvt_Color_border: 3534 case URxvt_Color_border:
3478 process_color_seq (op, Color_border, str, resp); 3535 process_color_seq (op, Color_border, str, resp);
3479 break; 3536 break;
3480
3481#if BG_IMAGE_FROM_ROOT
3482 case URxvt_Color_tint:
3483 process_color_seq (op, Color_tint, str, resp);
3484 {
3485 bool changed = false;
3486
3487 if (ISSET_PIXCOLOR (Color_tint))
3488 changed = root_effects.set_tint (pix_colors_focused [Color_tint]);
3489
3490 if (changed)
3491 update_background ();
3492 }
3493
3494 break;
3495#endif
3496
3497#if BG_IMAGE_FROM_FILE
3498 case Rxvt_Pixmap:
3499 if (!strcmp (str, "?"))
3500 {
3501 char str[256];
3502 int h_scale = fimage.h_scale;
3503 int v_scale = fimage.v_scale;
3504 int h_align = fimage.h_align;
3505 int v_align = fimage.v_align;
3506
3507 sprintf (str, "[%dx%d+%d+%d]",
3508 h_scale, v_scale,
3509 h_align, v_align);
3510 process_xterm_seq (XTerm_title, str, CHAR_ST);
3511 }
3512 else
3513 {
3514 bool changed = false;
3515
3516 if (*str != ';')
3517 {
3518 try
3519 {
3520 fimage.set_file_geometry (this, str);
3521 changed = true;
3522 }
3523 catch (const class rxvt_failure_exception &e)
3524 {
3525 }
3526 }
3527 else
3528 {
3529 str++;
3530 if (fimage.set_geometry (str, true))
3531 changed = true;
3532 }
3533
3534 if (changed)
3535 {
3536 if (bg_window_position_sensitive ())
3537 {
3538 int x, y;
3539 get_window_origin (x, y);
3540 parent_x = x;
3541 parent_y = y;
3542 }
3543 update_background ();
3544 }
3545 }
3546 break;
3547#endif
3548 3537
3549 case XTerm_logfile: 3538 case XTerm_logfile:
3550 // TODO, when secure mode? 3539 // TODO, when secure mode?
3551 break; 3540 break;
3552 3541
3708#endif 3697#endif
3709 { 1000, PrivMode_MouseX11 }, 3698 { 1000, PrivMode_MouseX11 },
3710 { 1002, PrivMode_MouseBtnEvent }, 3699 { 1002, PrivMode_MouseBtnEvent },
3711 { 1003, PrivMode_MouseAnyEvent }, 3700 { 1003, PrivMode_MouseAnyEvent },
3712#if ENABLE_FRILLS 3701#if ENABLE_FRILLS
3702 { 1004, PrivMode_FocusEvent },
3713 { 1005, PrivMode_ExtModeMouse }, 3703 { 1005, PrivMode_ExtModeMouse },
3714#endif 3704#endif
3715 { 1010, PrivMode_TtyOutputInh }, // rxvt extension 3705 { 1010, PrivMode_TtyOutputInh }, // rxvt extension
3716 { 1011, PrivMode_Keypress }, // rxvt extension 3706 { 1011, PrivMode_Keypress }, // rxvt extension
3717#if ENABLE_FRILLS 3707#if ENABLE_FRILLS
3964 case 35: 3954 case 35:
3965 case 36: 3955 case 36:
3966 case 37: 3956 case 37:
3967 scr_color ((unsigned int) (minCOLOR + (arg[i] - 30)), Color_fg); 3957 scr_color ((unsigned int) (minCOLOR + (arg[i] - 30)), Color_fg);
3968 break; 3958 break;
3969 case 38: // set fg color, ISO 8613-6
3970 if (nargs > i + 2 && arg[i + 1] == 5)
3971 {
3972 scr_color ((unsigned int) (minCOLOR + arg[i + 2]), Color_fg);
3973 i += 2;
3974 }
3975 break;
3976 case 39: /* default fg */ 3959 case 39: /* default fg */
3977 scr_color (Color_fg, Color_fg); 3960 scr_color (Color_fg, Color_fg);
3978 break; 3961 break;
3979 3962
3980 case 40: 3963 case 40:
3985 case 45: 3968 case 45:
3986 case 46: 3969 case 46:
3987 case 47: 3970 case 47:
3988 scr_color ((unsigned int) (minCOLOR + (arg[i] - 40)), Color_bg); 3971 scr_color ((unsigned int) (minCOLOR + (arg[i] - 40)), Color_bg);
3989 break; 3972 break;
3990 case 48: // set bg color, ISO 8613-6
3991 if (nargs > i + 2 && arg[i + 1] == 5)
3992 {
3993 scr_color ((unsigned int) (minCOLOR + arg[i + 2]), Color_bg);
3994 i += 2;
3995 }
3996 break;
3997 case 49: /* default bg */ 3973 case 49: /* default bg */
3998 scr_color (Color_bg, Color_bg); 3974 scr_color (Color_bg, Color_bg);
3975 break;
3976
3977 case 38: // set fg color, ISO 8613-6
3978 case 48: // set bg color, ISO 8613-6
3979 {
3980 unsigned int fgbg = arg[i] == 38 ? Color_fg : Color_bg;
3981 unsigned int idx;
3982
3983 if (nargs > i + 2 && arg[i + 1] == 5)
3984 {
3985 idx = minCOLOR + arg[i + 2];
3986 i += 2;
3987
3988 scr_color (idx, fgbg);
3989 }
3990 else if (nargs > i + 4 && arg[i + 1] == 2)
3991 {
3992 unsigned int r = arg[i + 2];
3993 unsigned int g = arg[i + 3];
3994 unsigned int b = arg[i + 4];
3995 unsigned int a = 0xff;
3996
3997 idx = map_rgb24_color (r, g, b, a);
3998
3999 i += 4;
4000
4001 scr_color (idx, fgbg);
4002 }
4003 }
3999 break; 4004 break;
4000 4005
4001 //case 50: // not variable spacing 4006 //case 50: // not variable spacing
4002 4007
4003#if !ENABLE_MINIMAL 4008#if !ENABLE_MINIMAL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines