Re: [hackers] [sbase][PATCH] Make 'w' command print byte count

2020-09-18 Thread Michael Forney
On 2020-09-14, Tait Hoyem wrote: > Here is the new patch: Thanks, applied. > + printf("%zd\n", bytecount); This should be %zu (size_t is an unsigned type), but I fixed this up when applying.

[hackers] [sbase] ed: Use fwrite to write lines instead of fputs || Michael Forney

2020-09-18 Thread git
commit a1394744868e05fed3df942feaa8f79b80918f19 Author: Michael Forney AuthorDate: Fri Sep 18 19:51:24 2020 -0700 Commit: Michael Forney CommitDate: Fri Sep 18 19:58:22 2020 -0700 ed: Use fwrite to write lines instead of fputs We already have the length of the line, so there

[hackers] [sbase] ed: Add bytecount print to 'w' command || Tait Hoyem

2020-09-18 Thread git
commit 714601b29d6ed52aaf111cde34c524bec997a555 Author: Tait Hoyem AuthorDate: Mon Sep 14 22:36:15 2020 + Commit: Michael Forney CommitDate: Fri Sep 18 19:58:22 2020 -0700 ed: Add bytecount print to 'w' command diff --git a/TODO b/TODO index 59c9440..92acfa3 100644 --- a/TODO ++

[hackers] [sbase] TODO: sbase-box does not list `install` in command list || Michael Forney

2020-09-18 Thread git
commit ab53d9937586b558897a02d71f99c9965d9d4042 Author: Michael Forney AuthorDate: Fri Sep 18 19:57:15 2020 -0700 Commit: Michael Forney CommitDate: Fri Sep 18 19:58:22 2020 -0700 TODO: sbase-box does not list `install` in command list Reported by Ethan Sommer diff --git a/

Re: [hackers] [dmenu][PATCH] Vim-like vertical and horizontal keybindings

2020-09-18 Thread Quentin Rameau
> From: Spenser Truex Hello Spenser, Thanks for the patch, a few comments : Throughout the patch, there are indentation issues. > Ensure that the keybindings are like vim, and not just made up. This should be rephrased, precising that it's about vertical mode, and nothing is made up. > Old b

[hackers] [dmenu][PATCH] Vim-like vertical and horizontal keybindings

2020-09-18 Thread truex
From: Spenser Truex Ensure that the keybindings are like vim, and not just made up. Old behaviour: Alt-h,l moves one element Alt-j,k moves one page New behaviour: Alt-h,l moves left/right or pages on a vertical listing Alt-j,k moves up/down on a vertical listing or pages a horizontal one This

[hackers] [svkbd] config.mk: set DEFAULT_SOURCE || Hiltjo Posthuma

2020-09-18 Thread git
commit 02a2f77fbbfdf83b19f4f6b94597d4c2c70a3153 Author: Hiltjo Posthuma AuthorDate: Fri Sep 18 12:59:17 2020 +0200 Commit: Hiltjo Posthuma CommitDate: Fri Sep 18 12:59:17 2020 +0200 config.mk: set DEFAULT_SOURCE This suppresses warnings about usleep and strdup on Linux glibc