From a09200ee395ce1c938c71dc8c0302eb032cd0604 Mon Sep 17 00:00:00 2001 From: wbmins Date: Wed, 16 Dec 2020 08:20:30 +0800 Subject: [PATCH] update copy patch --- config.h | 2 +- st-dracula-0.8.2.diff | 84 ------------------------------------------- x.c | 1 + 3 files changed, 2 insertions(+), 85 deletions(-) delete mode 100644 st-dracula-0.8.2.diff diff --git a/config.h b/config.h index d2865aa..3c25971 100644 --- a/config.h +++ b/config.h @@ -154,7 +154,7 @@ unsigned int defaultrcs = 257; * 6: Bar ("|") * 7: Snowman ("☃") */ -static unsigned int cursorshape = 2; + static unsigned int cursorshape = 6; /* * Default columns and rows numbers diff --git a/st-dracula-0.8.2.diff b/st-dracula-0.8.2.diff deleted file mode 100644 index 1f561a8..0000000 --- a/st-dracula-0.8.2.diff +++ /dev/null @@ -1,84 +0,0 @@ -diff --git a/config.def.h b/config.def.h -index 877afab..6a1699f 100644 ---- a/config.def.h -+++ b/config.def.h -@@ -84,44 +84,49 @@ static unsigned int tabspaces = 8; - - /* Terminal colors (16 first used in escape sequence) */ - static const char *colorname[] = { -- /* 8 normal colors */ -- "black", -- "red3", -- "green3", -- "yellow3", -- "blue2", -- "magenta3", -- "cyan3", -- "gray90", -- -- /* 8 bright colors */ -- "gray50", -- "red", -- "green", -- "yellow", -- "#5c5cff", -- "magenta", -- "cyan", -- "white", -- -- [255] = 0, -- -- /* more colors can be added after 255 to use with DefaultXX */ -- "#cccccc", -- "#555555", --}; - -+ /* 8 normal colors */ -+ [0] = "#000000", /* black */ -+ [1] = "#ff5555", /* red */ -+ [2] = "#50fa7b", /* green */ -+ [3] = "#f1fa8c", /* yellow */ -+ [4] = "#bd93f9", /* blue */ -+ [5] = "#ff79c6", /* magenta */ -+ [6] = "#8be9fd", /* cyan */ -+ [7] = "#bbbbbb", /* white */ -+ -+ /* 8 bright colors */ -+ [8] = "#44475a", /* black */ -+ [9] = "#ff5555", /* red */ -+ [10] = "#50fa7b", /* green */ -+ [11] = "#f1fa8c", /* yellow */ -+ [12] = "#bd93f9", /* blue */ -+ [13] = "#ff79c6", /* magenta */ -+ [14] = "#8be9fd", /* cyan */ -+ [15] = "#ffffff", /* white */ -+ -+ /* special colors */ -+ [256] = "#282a36", /* background */ -+ [257] = "#f8f8f2", /* foreground */ -+}; - - /* - * Default colors (colorname index) -- * foreground, background, cursor, reverse cursor -+ * foreground, background, cursor - */ --unsigned int defaultfg = 7; --unsigned int defaultbg = 0; --static unsigned int defaultcs = 256; -+unsigned int defaultfg = 257; -+unsigned int defaultbg = 256; -+static unsigned int defaultcs = 257; - static unsigned int defaultrcs = 257; - - /* -+ * Colors used, when the specific fg == defaultfg. So in reverse mode this -+ * will reverse too. Another logic would only make the simple feature too -+ * complex. -+ */ -+unsigned int defaultitalic = 7; -+unsigned int defaultunderline = 7; -+/* - * Default shape of cursor - * 2: Block ("█") - * 4: Underline ("_") diff --git a/x.c b/x.c index 652f3cc..4088d75 100644 --- a/x.c +++ b/x.c @@ -679,6 +679,7 @@ setsel(char *str, Time t) XSetSelectionOwner(xw.dpy, XA_PRIMARY, xw.win, t); if (XGetSelectionOwner(xw.dpy, XA_PRIMARY) != xw.win) selclear(); + clipcopy(NULL); } void