[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] search history
From: |
Ken Tyler |
Subject: |
[Nano-devel] search history |
Date: |
Fri, 18 Oct 2002 08:41:53 +1000 |
Hi,
My search and replace history patch for nano is finished, quite small, it
adds around another 1600 bytes to nano (14k my config and PPC). The diffs
take about 2700 lines though.
Doesn't affect pico mode and in nano the only change is the up/down cursor
arrows step through previous search and replace strings (two separte
histories).
A couple of questions :
I've added functions to manage history lists in search.c, they could go in
utils.c but as nothing but search.c uses them, should they stay in
search.c or move to utils.c ?
Also, I've put protos for these functions in proto.h, the comment in
proto.c is /* Public functions in search.c */, they don't need to be
public but they are forward refs in search.c and need a proto somewhere.
Is proto.h supposed to contain all funtion protos, not just publically
needed protos ?
Who would like the patch ?
Ken.
- [Nano-devel] search history, Ken Tyler, 2002/10/14
- Re: [Nano-devel] search history, David Lawrence Ramsey, 2002/10/14
- [Nano-devel] search history,
Ken Tyler <=
- Re: [Nano-devel] search history, David Benbennick, 2002/10/19
- Re: [Nano-devel] search history, Gareth Pearce, 2002/10/19
- Re: [Nano-devel] search history, Ken Tyler, 2002/10/20
- Re: [Nano-devel] search history, Chris Allegretta, 2002/10/20
- Re: [Nano-devel] search history, Ken Tyler, 2002/10/21
- Re: [Nano-devel] search history, David Benbennick, 2002/10/21
- Re: [Nano-devel] search history, Ken Tyler, 2002/10/21
- Re: [Nano-devel] search history, Ken Tyler, 2002/10/22
- Re: [Nano-devel] search history, Chris Allegretta, 2002/10/21
- Re: [Nano-devel] search history, Ken Tyler, 2002/10/22