[hackers] [scc] Update TODO || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 6b87a0492cf186510ad71c5b20fa4e90ec4ff050 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 08:09:03 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 08:09:03 2015 +0200 Update TODO diff --git a/cc1/TODO b/cc1/TODO

[hackers] [scc] Rewrite decl.c || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 3c619b9a7518c458fe6343faab8f566368557080 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 08:52:33 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 08:55:39 2015 +0200 Rewrite decl.c decl.c had several

[hackers] [scc] Fix error related to incorrect parameter declaration || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit cde67f41cb37d1c695d7de0a5100458bcc5de9c1 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 09:07:45 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 09:07:45 2015 +0200 Fix error related to incorrect parameter

[hackers] [scc] Emit parameters in functions || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 7d056d042a60919bb854929e776e138e0ee2817d Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 20:01:45 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 20:01:45 2015 +0200 Emit parameters in functions Parameters

[hackers] [scc] Change type of mktype parameter || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 64df849f2c1cd54a41c09c553f260ecb2c793595 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 21:18:50 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 21:18:50 2015 +0200 Change type of mktype parameter This

[hackers] [scc] Remove non used variables || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 53b8642aa9cedc398e937c31d7b5ca75c78b0ed9 Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 22:14:00 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 22:14:00 2015 +0200 Remove non used variables diff --git

[hackers] [scc] Remove unneeded prototypes in code.c || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 8ef2996b6e515b7ab4aa177ba3511bf875a7eeff Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 22:00:44 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 22:13:27 2015 +0200 Remove unneeded prototypes in code.c diff --git

[hackers] [scc] Fix type in several declarations || Roberto E. Vargas Caballero

2015-08-05 Thread git
commit 423f75f011f84fbc1ae9b439e34860f1d09d583f Author: Roberto E. Vargas Caballero k...@shike2.com AuthorDate: Wed Aug 5 22:15:27 2015 +0200 Commit: Roberto E. Vargas Caballero k...@shike2.com CommitDate: Wed Aug 5 22:15:27 2015 +0200 Fix type in several declarations diff --git

[hackers] [dmenu] [PATCH] Typo Patch

2015-08-05 Thread Eric Pruitt
This patch fixes a typo in dmenu. Eric From 98573e0f8c4dda3ebe2a3639f24046c7d80cc3d8 Mon Sep 17 00:00:00 2001 From: Eric Pruitt eric.pru...@gmail.com Date: Wed, 5 Aug 2015 19:19:14 -0700 Subject: [PATCH] Fixed typo introduced by shared code --- dmenu.c | 2 +- 1 file changed, 1 insertion(+), 1

[hackers] [dvtm] [PATCH] Redraw border with URGENT_ATTR as soon as possible

2015-08-05 Thread Marcel Rodrigues
When a visible window other than the selected one receives a bell ('\a'), I expect its border to be redrawn immediately with the corresponding attributes (URGENT_ATTR). Currently this does not happen: the border will remain the same until draw_border() is eventually called as a result of other