Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-11-04 Thread Jon Trulson
Applied to master, thanks! -jon On 10/30/18 8:19 PM, Matthew R. Trower wrote: I'm really not familiar with this program, so I don't know how to test it. But, here is the patch. -mrt Jon Trulson writes: That worked for me... Send a patch, I'll apply it. -jon On 10/25/18 1:09 AM, Matthe

Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-10-30 Thread Matthew R. Trower
I'm really not familiar with this program, so I don't know how to test it. But, here is the patch. -mrt >From cde735937250835f7d0af716af76e65d311b1edc Mon Sep 17 00:00:00 2001 From: "Matthew R. Trower" Date: Tue, 30 Oct 2018 21:16:39 -0500 Subject: [PATCH] Restore original `tail` functionality

Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Jon Trulson
On 10/25/18 1:09 AM, Matthew R. Trower wrote: Did it break somewhere for you? Sorry I didn't reply to this - yes it was broken. All of the screens would show: tail: cannot open '+0f' for reading: No such file or directory Instead of actual data. -- Jon Trulson "In the game of chess, you

Re: [cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Jon Trulson
That worked for me... Send a patch, I'll apply it. -jon On 10/25/18 1:09 AM, Matthew R. Trower wrote: tail -n +0 -f -- Jon Trulson "In the game of chess, you can never let your adversary see your pieces." - Zapp Brannigan _

[cdesktopenv-devel] ttsnoop: tail +0f

2018-10-25 Thread Matthew R. Trower
Jon, Regarding commit 392356f6b48c12d8ee3fda4f1a75641dbcfa98c2 ... Whereas `tail -f` displays the last 10 lines of input before entering follow mode, `tail +0f` displays the *entire* input before entering follow mode (the number is the line of input to start on). I'm not certain what the context

[cdesktopenv-devel] ttsnoop warnings

2013-07-23 Thread Pascal Stumpf
See patch. >From c13ad5f7e0ff04c49033710eb85372c136932022 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 23 Jul 2013 13:49:26 +0200 Subject: [PATCH] ttsnoop: deal with iostream.h and missing sentinels. Replacing strstream may be possible, but requires more work and a better understanding

Re: [cdesktopenv-devel] ttsnoop

2012-08-11 Thread Jon Trulson
On Sat, 11 Aug 2012, Pascal Stumpf wrote: > See patch. > Applied. -- Jon Trulson "If the Martian rope-a-dope don't get him, he'll get himself, he'll come in too fast and punch himself out." - one of my brothers, referring to the Curiosity landing. --

[cdesktopenv-devel] ttsnoop

2012-08-11 Thread Pascal Stumpf
See patch. >From 5cb4665c3777b64fd1b6d56d9ec947dcef91301b Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Sat, 11 Aug 2012 14:12:47 +0200 Subject: [PATCH] OpenBSD patches for ttsnoop. Mostly adding std:: for strstream interfaces. --- cde/programs/ttsnoop/DtTt.C | 26 +++