nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] tabs to spaces patch


From: David Redick
Subject: [Nano-devel] tabs to spaces patch
Date: Sun, 23 Jun 2002 15:21:52 -0400

this is for nano 1.0.9 (may work for other versions)

affects: nano.c, global.c, proto.h
adds option "-S" or "--tabspaces"

effect: went ever user hits tab key or ^i spaces are created instead of \t
the number of spaces depends on tabsize which can be changed
by "-T n" or "--tabsize=n"


Look at the do_char() function in nano.c
is there a better way to insert the spaces?


TODO
add option that overrides "-S" so that ^i will create tabs
but tab key still creates spaces.
I think this would be useful for Makefiles.


-- 
David Redick <address@hidden>
Clemson Linux User Group [http://clug.ece.clemson.edu]
IRC [irc.gimp.net:6667] #clug 

"Your lantern has gone out.
You are likely to be eaten by a grue."
-Zork



reply via email to

[Prev in Thread] Current Thread [Next in Thread]