| tFixing trailing whitespaces. - st - [fork] customized build of st, the simple … | |
| git clone git://src.adamsgaard.dk/st | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit f4ebb3180f9f03bc35034348a5aff8745eac9ebf | |
| parent 3544e354b2dcdfcced1a2f4aeedb4d479abd543c | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Sat, 24 May 2014 13:48:44 +0200 | |
| Fixing trailing whitespaces. | |
| Diffstat: | |
| M st.c | 6 +++--- | |
| 1 file changed, 3 insertions(+), 3 deletions(-) | |
| --- | |
| diff --git a/st.c b/st.c | |
| t@@ -2742,7 +2742,7 @@ xloadcols(void) { | |
| if(!XftColorAllocValue(xw.dpy, xw.vis, xw.cmap, &color, &dc.co… | |
| die("Could not allocate color %d\n", i); | |
| } | |
| - | |
| + | |
| /* load colours [232-255] ; grayscale */ | |
| for(; i < 256; i++) { | |
| color.red = color.green = color.blue = 0x0808 + 0x0a0a * (i-(6… | |
| t@@ -3143,12 +3143,12 @@ xdraws(char *s, Glyph base, int x, int y, int charlen,… | |
| if(base.mode & ATTR_BOLD) { | |
| /* | |
| - * change basic system colours [0-7] | |
| + * change basic system colours [0-7] | |
| * to bright system colours [8-15] | |
| */ | |
| if(BETWEEN(base.fg, 0, 7)) | |
| fg = &dc.col[base.fg + 8]; | |
| - | |
| + | |
| font = &dc.bfont; | |
| frcflags = FRC_BOLD; | |
| } |