> Current builds of st print ^H for backspace when reading input, e.g.:
>
> ~ $ read
> foo^H^H^Hbar
You should read [0]. If you want get a correct behaviour you have to
put this line into your profile:
stty erase
I suspect this question is going to be common, maybe we should put it
in
---
tabbed.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tabbed.c b/tabbed.c
index 2341998..ba22f9a 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -97,7 +97,7 @@ static void destroynotify(const XEvent *e);
static void die(const char *errstr, ...);
static void drawba
On May 24, 2014 5:45:17 PM EEST, Nick wrote:
>Quoth Dimitris Zervas:
>> >call blog‐gen with the new name.
>> Where is the source code?
>
>It's a shell script; download it and see.
Oops sorry, my droid told me that it was binary :P
Quoth Dimitris Zervas:
> >call blog‐gen with the new name.
> Where is the source code?
It's a shell script; download it and see.
>I am using for blogging:
>[0]
>[1]
>
>You can use whatever editor you like to create your basic raw file.
>Then
>copy it to your basic blog directory on the remote site using scp
>and
>call blog‐gen with the new name.
Where is the source code?
Greetings.
On Sat, 24 May 2014 13:50:27 +0200 FRIGN wrote:
> Good afternoon,
>
> due to the ongoing discussion about color-handling in st I decided to
> take a look at the code and figured out what the problem was.
>
> What st basically does in xdraws() is to check if a given character is
> bol
Greetings.
On Fri, 23 May 2014 20:20:53 +0200 Dimitris Zervas wrote:
> 2: Blog preprocessor (bpp [2]). It's a small cgi program that just finds
> keywords in the asked page and replaces them with file contents. This is used
> to be able to have a navigation bar and (much later) comment system.