Add the version 8 things.

This commit is contained in:
Howland Owl 2019-03-12 13:56:40 +02:00
parent 1ed1f68912
commit 1c5a44eaf3
25 changed files with 7215 additions and 0 deletions

31
8/st-0.8.1/x.c.rej Normal file
View file

@ -0,0 +1,31 @@
--- x.c
+++ x.c
@@ -1614,15 +1613,6 @@ xbell(void)
xseturgency(1);
if (bellvolume)
XkbBell(xw.dpy, xw.win, bellvolume, (Atom)NULL);
-
- /* visual bell*/
- if (!bellon) {
- bellon = 1;
- MODBIT(win.mode, !IS_SET(MODE_REVERSE), MODE_REVERSE);
- redraw();
- XFlush(xw.dpy);
- MODBIT(win.mode, !IS_SET(MODE_REVERSE), MODE_REVERSE);
- }
}
void
@@ -1849,11 +1839,7 @@ run(void)
(handler[ev.type])(&ev);
}
- if (bellon) {
- bellon = 0;
- redraw();
- }
- else draw();
+ draw();
XFlush(xw.dpy);
if (xev && !FD_ISSET(xfd, &rfd))