[hackers] [st] tab moves the cursor instead of inserting spaces. || Aurélien Aptel

From: <hg_AT_suckless.org>
Date: Thu, 14 May 2009 22:41:03 +0000 (UTC)

changeset: 51:f776debeb127
user: Aurélien Aptel <aurelien.aptel_AT_gmail.com>
date: Fri May 15 00:39:51 2009 +0200
files: st.c
description:
tab moves the cursor instead of inserting spaces.

diff -r cb345f153662 -r f776debeb127 st.c
--- a/st.c Thu May 14 01:03:17 2009 +0200
+++ b/st.c Fri May 15 00:39:51 2009 +0200
@@ -566,7 +566,7 @@
         space--;
     
     for(; space > 0; space--)
- tputc(' ');
+ tcursor(CSright);
 }
 
 void
Received on Thu May 14 2009 - 22:41:03 UTC

This archive was generated by hypermail 2.2.0 : Thu May 14 2009 - 22:48:05 UTC