Skip to content

Commit

Permalink
README: update
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed May 22, 2020
1 parent 3a570bb commit 9fb725f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,14 @@ Changes made between OpenBSD 6.4 and 6.5
* Introduced 'group-close-[n]' action to cwm(1) to close all windows
within a specified group.

2020-05-22: Seventh public release 6.7 of portable cwm.

Changes made between OpenBSD 6.6 and 6.7
* Allowed cwm(1) configuration of window size based on percentage of
the master window during horizontal and vertical tiling actions.
* Allowed use of window-htile and window-vtile with the "empty" group
clients in cwm(1).


--Leah Neukirchen <leah@vuxu.org>

Expand Down
2 changes: 1 addition & 1 deletion calmwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ struct screen_q Screenq = TAILQ_HEAD_INITIALIZER(Screenq);
struct conf Conf;
volatile sig_atomic_t cwm_status;

__dead void usage(void);
void usage(void);
static void sighdlr(int);
static int x_errorhandler(Display *, XErrorEvent *);
static int x_init(const char *);
Expand Down

0 comments on commit 9fb725f

Please sign in to comment.