[dev] [PATCH 1/1] update version handling to work with tags or without git

2015-08-21 Thread Christian Hesse
From: Christian Hesse Signed-off-by: Christian Hesse --- config.mk | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/config.mk b/config.mk index 85ddc17..5528064 100644 --- a/config.mk +++ b/config.mk @@ -3,13 +3,20 @@ HAVE_ACL=0 HAVE_SELINUX=0 # vis

[dev] [PATCH 1/1] remove useless dup()

2015-07-08 Thread Christian Hesse
From: Christian Hesse We are ignoring return value of dup(), so just remove it. Signed-off-by: Christian Hesse --- st.c | 1 - 1 file changed, 1 deletion(-) diff --git a/st.c b/st.c index b89d094..406afa8 100644 --- a/st.c +++ b/st.c @@ -1321,7 +1321,6 @@ ttynew(void) { if

Re: [dev] [RFC] Design of a vim like text editor

2014-09-15 Thread Christian Hesse
Dimitris Zervas on Mon, 2014/09/15 10:49: > On September 13, 2014 5:01:15 PM EEST, "Marc André Tanner" > wrote: > >TLDR: I'm writing an experimental but (hopefully) highly efficient vim > >like text editor based on a piece chain data structure. You will find > >an url to a git repository at the

[dev] Re: [PATCH][sbase] add man page for test

2013-08-09 Thread Christian Hesse
Christian Hesse on Tue, 2013/07/23 14:06: > Hello everybody, > > this adds a man page for test in sbase (and fixes make install). Please > apply. Thanks! Did anybody notice this? Or did I post to the wrong place? -- main(a){char*c=/*Schoene Gruesse */&qu

[dev] [surf] [PATCH 1/1] remove unused function eval()

2013-07-26 Thread Christian Hesse
gcc -o sig sig.c && ./sig*/b/42*2-3)*42);} From 741dda6976fd65c64eddeba16762c10f60e3ebc2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 26 Jul 2013 10:50:46 +0200 Subject: [PATCH 1/1] remove unused function eval() --- surf.c | 8 1 file changed, 8 deletions(-) diff -

[dev] [PATCH][sbase] add man page for test

2013-07-23 Thread Christian Hesse
gcc -o sig sig.c && ./sig*/b/42*2-3)*42);} From e66e5e30d753b4b4577e28277f5c08261751e8da Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 23 Jul 2013 14:03:22 +0200 Subject: [PATCH 1/1] add man pag

Re: [dev] [ANNOUNCE] stem-0.1

2013-04-08 Thread Christian Hesse
Truls Becken on Mon, 2013/04/08 12:04: > On 2013-04-08, at 09:22, Christian Hesse wrote: > > > I just wanted to build a package for my distribution when I noticed there > > already was a package named stem. It's a python controller library for > > Tor: https://stem.t

Re: [dev] [ANNOUNCE] stem-0.1

2013-04-08 Thread Christian Hesse
Ross Mohn on Sun, 2013/04/07 23:13: > Hi, > > I've released stem-0.1. Stem is a small shell script (<200 sloc) that > combines dvtm, the console based tiling window manager, with the dtach > utility to create an easy to use and powerful Session oriented Terminal > Emulation Manager. You can ru

[dev] [surf] introduce .gitignore

2013-03-14 Thread Christian Hesse
gcc -o sig sig.c && ./sig*/b/42*2-3)*42);} From 87285e98d23eb03fc08985163ac20f7df8aa6539 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 14 Mar 2013 11:27:57 +0100 Subject: [PATCH] introduce .gitignore --- .gitignore | 4 1 file changed, 4 insertions(+) c

Re: [dev] kiosk mode for surf

2013-03-13 Thread Christian Hesse
Christoph Lohmann <2...@r-36.net> on Tue, 2013/03/12 19:39: > Greetings. > > On Tue, 12 Mar 2013 19:39:46 +0100 Christian Hesse wrote: > > Nick on Tue, 2013/03/12 10:12: > > > On Tue, Mar 12, 2013 at 11:00:02AM +0100, Christian Hesse wrote: > > > >

Re: [dev] kiosk mode for surf

2013-03-12 Thread Christian Hesse
Nick on Tue, 2013/03/12 10:12: > On Tue, Mar 12, 2013 at 11:00:02AM +0100, Christian Hesse wrote: > > However I have one additional proposal: I would like to hide the title > > change on mouse hover in kiosk mode. My project is about an exam taking > > system and I would li

Re: [dev] kiosk mode for surf

2013-03-12 Thread Christian Hesse
Christoph Lohmann <2...@r-36.net> on Mon, 2013/03/11 21:28: > Greetings. > > On Mon, 11 Mar 2013 21:28:54 +0100 Christian Hesse wrote: > > Christoph Lohmann <2...@r-36.net> on Sat, 2013/03/09 09:05: > > > If that page is there and it can be really used to s

Re: [dev] kiosk mode for surf

2013-03-11 Thread Christian Hesse
Christoph Lohmann <2...@r-36.net> on Mon, 2013/03/11 19:10: > Greetings. > > On Mon, 11 Mar 2013 19:10:54 +0100 Christian Hesse wrote: > > Christoph Lohmann <2...@r-36.net> on Sat, 2013/03/09 09:05: > > > If that page is there and it can be really used to s

Re: [dev] kiosk mode for surf

2013-03-11 Thread Christian Hesse
Christoph Lohmann <2...@r-36.net> on Sat, 2013/03/09 09:05: > If that page is there and it can be really used to set this up, then I > will add it. Please take a look at the website git repository. Does that look like what you expected? After testing a bit I found another problem: The right mou

Re: [dev] kiosk mode for surf

2013-03-08 Thread Christian Hesse
Calvin Morrison on Fri, 2013/03/08 14:46: > A little bit weird, > > why not just remove the keyboard? The user should still be able to type into forms and text areas. It's just about controlling browser functions. -- main(a){char*c=/*Schoene Gruesse */"B?IJj;MEH" "CX

Re: [dev] kiosk mode for surf

2013-03-08 Thread Christian Hesse
Christoph Lohmann <2...@r-36.net> on Fri, 2013/03/08 20:15: > Greetings. > > On Fri, 08 Mar 2013 20:15:42 +0100 Christian Hesse wrote: > > Hello everybody, > > > > I need a web browser that has no extras but shows a website. Additionally > > it may not

Re: [dev] kiosk mode for surf

2013-03-08 Thread Christian Hesse
Nick on Fri, 2013/03/08 17:39: > On Fri, Mar 08, 2013 at 06:23:45PM +0100, Christian Hesse wrote: > > I need a web browser that has no extras but shows a website. Additionally > > it may not accept any key stokes. So I added kiosk mode to surf which can > > be enable with

[dev] kiosk mode for surf

2013-03-08 Thread Christian Hesse
Hello everybody, I need a web browser that has no extras but shows a website. Additionally it may not accept any key stokes. So I added kiosk mode to surf which can be enable with parameter '-k'. This simply disables callback for key input. Patch is applied, would be great if you apply this. -- m