blob: 43b8746c6cdfcae188941937fc1532fc392f23cb [file] [log] [blame]
Chris Allegretta11b00112000-08-06 21:13:45 +00001/* $Id$ */
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00002/**************************************************************************
3 * proto.h *
4 * *
David Lawrence Ramseyd8a1d372007-10-11 05:01:32 +00005 * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 *
6 * Free Software Foundation, Inc. *
Chris Allegrettaa2ea1932000-06-06 05:53:49 +00007 * This program is free software; you can redistribute it and/or modify *
8 * it under the terms of the GNU General Public License as published by *
David Lawrence Ramseyd0035b42007-08-11 05:17:36 +00009 * the Free Software Foundation; either version 3, or (at your option) *
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000010 * any later version. *
11 * *
David Lawrence Ramsey6e925cf2005-05-15 19:57:17 +000012 * This program is distributed in the hope that it will be useful, but *
13 * WITHOUT ANY WARRANTY; without even the implied warranty of *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
15 * General Public License for more details. *
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000016 * *
17 * You should have received a copy of the GNU General Public License *
18 * along with this program; if not, write to the Free Software *
David Lawrence Ramsey6e925cf2005-05-15 19:57:17 +000019 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA *
20 * 02110-1301, USA. *
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000021 * *
22 **************************************************************************/
23
David Lawrence Ramseye527e452005-04-15 18:07:26 +000024#ifndef PROTO_H
25#define PROTO_H 1
26
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000027#include "nano.h"
28
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +000029/* All external variables. See global.c for their descriptions. */
David Lawrence Ramseyfc0f8f82006-05-10 13:41:53 +000030#ifndef NANO_TINY
David Lawrence Ramsey1c5af642006-05-10 15:15:06 +000031extern sigjmp_buf jump_buf;
32extern bool jump_buf_main;
David Lawrence Ramseyfc0f8f82006-05-10 13:41:53 +000033#endif
34
David Lawrence Ramseyf5b256b2003-10-03 20:26:25 +000035#ifndef DISABLE_WRAPJUSTIFY
David Lawrence Ramsey691698a2005-07-24 19:57:51 +000036extern ssize_t fill;
David Lawrence Ramsey49c3f242004-07-12 16:07:14 +000037extern ssize_t wrap_at;
David Lawrence Ramseyf5b256b2003-10-03 20:26:25 +000038#endif
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000039
40extern char *last_search;
41extern char *last_replace;
42
David Lawrence Ramseydb958022005-07-13 20:18:46 +000043extern long flags;
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000044extern WINDOW *topwin;
45extern WINDOW *edit;
46extern WINDOW *bottomwin;
47extern int editwinrows;
48
49extern filestruct *cutbuffer;
50#ifndef DISABLE_JUSTIFY
51extern filestruct *jusbuffer;
52#endif
53extern partition *filepart;
54extern openfilestruct *openfile;
Chris Allegrettaa2ea1932000-06-06 05:53:49 +000055
David Lawrence Ramseyd89617f2006-01-06 21:51:10 +000056#ifndef NANO_TINY
57extern char *matchbrackets;
58#endif
59
David Lawrence Ramseyebe34252005-11-15 03:17:35 +000060#if !defined(NANO_TINY) && defined(ENABLE_NANORC)
David Lawrence Ramsey89bb9372004-05-29 16:47:52 +000061extern char *whitespace;
David Lawrence Ramsey6e60db62005-03-10 22:52:21 +000062extern int whitespace_len[2];
David Lawrence Ramsey89bb9372004-05-29 16:47:52 +000063#endif
64
Chris Allegrettae4f940d2002-03-03 22:36:36 +000065#ifndef DISABLE_JUSTIFY
David Lawrence Ramsey2c62b072004-05-29 16:38:57 +000066extern char *punct;
67extern char *brackets;
Chris Allegretta45329a12002-03-10 01:22:21 +000068extern char *quotestr;
David Lawrence Ramsey819c7f02004-07-30 03:54:34 +000069#ifdef HAVE_REGEX_H
70extern regex_t quotereg;
71extern int quoterc;
72extern char *quoteerr;
73#else
74extern size_t quotelen;
75#endif
Chris Allegrettae4f940d2002-03-03 22:36:36 +000076#endif
77
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000078extern char *answer;
79
80extern ssize_t tabsize;
81
David Lawrence Ramseyebe34252005-11-15 03:17:35 +000082#ifndef NANO_TINY
David Lawrence Ramsey04e42a62004-02-28 16:24:31 +000083extern char *backup_dir;
84#endif
Chris Allegrettae1f14522001-09-19 03:19:43 +000085#ifndef DISABLE_OPERATINGDIR
86extern char *operating_dir;
Chris Allegrettaf5de33a2002-02-27 04:14:16 +000087extern char *full_operating_dir;
Chris Allegrettae1f14522001-09-19 03:19:43 +000088#endif
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000089
Chris Allegretta8d8e0122001-04-18 04:28:54 +000090#ifndef DISABLE_SPELLER
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +000091extern char *alt_speller;
Chris Allegretta6df90f52002-07-19 01:08:59 +000092#endif
93
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000094extern shortcut *main_list;
95extern shortcut *whereis_list;
96extern shortcut *replace_list;
Chris Allegretta201f1d92003-02-05 02:51:19 +000097extern shortcut *replace_list_2;
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +000098extern shortcut *gotoline_list;
99extern shortcut *writefile_list;
100extern shortcut *insertfile_list;
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000101#ifndef NANO_TINY
Chris Allegretta7162e3d2002-04-06 05:02:14 +0000102extern shortcut *extcmd_list;
103#endif
Chris Allegretta201f1d92003-02-05 02:51:19 +0000104#ifndef DISABLE_HELP
Chris Allegrettaa8c22572002-02-15 19:17:02 +0000105extern shortcut *help_list;
Chris Allegretta201f1d92003-02-05 02:51:19 +0000106#endif
107#ifndef DISABLE_SPELLER
108extern shortcut *spell_list;
109#endif
Rocco Corsiaf5c3022001-01-12 07:51:05 +0000110#ifndef DISABLE_BROWSER
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000111extern shortcut *browser_list;
David Lawrence Ramseye38b8082006-03-30 07:03:04 +0000112extern shortcut *whereis_file_list;
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000113extern shortcut *gotodir_list;
114#endif
115
116#ifdef ENABLE_COLOR
117extern syntaxtype *syntaxes;
118extern char *syntaxstr;
Chris Allegrettaf4b96012001-01-03 07:11:47 +0000119#endif
Chris Allegretta201f1d92003-02-05 02:51:19 +0000120
Chris Allegretta6df90f52002-07-19 01:08:59 +0000121extern const shortcut *currshortcut;
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000122#ifndef NANO_TINY
Chris Allegretta6df90f52002-07-19 01:08:59 +0000123extern toggle *toggles;
Chris Allegretta805c26d2000-09-06 13:39:17 +0000124#endif
125
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000126#ifndef NANO_TINY
David Lawrence Ramsey934f9682005-05-23 16:30:06 +0000127extern filestruct *search_history;
128extern filestruct *searchage;
129extern filestruct *searchbot;
130extern filestruct *replace_history;
131extern filestruct *replaceage;
132extern filestruct *replacebot;
Chris Allegretta5beed502003-01-05 20:41:21 +0000133#endif
134
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000135#ifdef HAVE_REGEX_H
136extern regex_t search_regexp;
137extern regmatch_t regmatches[10];
138#endif
139
David Lawrence Ramsey4d72de72006-04-12 15:27:40 +0000140extern int reverse_attr;
Chris Allegrettaa0d89972003-02-03 03:32:08 +0000141
David Lawrence Ramseya27bd652004-08-17 05:23:38 +0000142extern char *homedir;
David Lawrence Ramseya27bd652004-08-17 05:23:38 +0000143
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000144/* All functions in browser.c. */
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000145#ifndef DISABLE_BROWSER
David Lawrence Ramseyb08c9f02006-07-11 18:12:24 +0000146char *do_browser(char *path, DIR *dir);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000147char *do_browse_from(const char *inpath);
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000148void browser_init(const char *path, DIR *dir);
David Lawrence Ramsey91a2a692006-02-07 04:41:44 +0000149void parse_browser_input(int *kbinput, bool *meta_key, bool *func_key);
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000150void browser_refresh(void);
David Lawrence Ramseya43b1082006-06-30 22:28:37 +0000151bool browser_select_filename(const char *needle);
David Lawrence Ramseye38b8082006-03-30 07:03:04 +0000152int filesearch_init(void);
153bool findnextfile(bool no_sameline, size_t begin, const char *needle);
154void findnextfile_wrap_reset(void);
155void filesearch_abort(void);
156void do_filesearch(void);
157void do_fileresearch(void);
158void do_first_file(void);
159void do_last_file(void);
David Lawrence Ramseya4e92c82006-06-30 14:14:40 +0000160char *striponedir(const char *path);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000161#endif
162
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000163/* All functions in chars.c. */
David Lawrence Ramsey4d72de72006-04-12 15:27:40 +0000164#ifdef ENABLE_UTF8
165void utf8_init(void);
166bool using_utf8(void);
167#endif
David Lawrence Ramseyd8640482005-06-12 17:48:46 +0000168#ifndef HAVE_ISBLANK
David Lawrence Ramsey1aee5cc2005-06-29 18:17:54 +0000169bool nisblank(int c);
David Lawrence Ramsey77abec72005-03-16 17:00:27 +0000170#endif
David Lawrence Ramsey7eb30a82005-07-17 02:40:07 +0000171#if !defined(HAVE_ISWBLANK) && defined(ENABLE_UTF8)
David Lawrence Ramsey1aee5cc2005-06-29 18:17:54 +0000172bool niswblank(wchar_t wc);
David Lawrence Ramseyd8640482005-06-12 17:48:46 +0000173#endif
David Lawrence Ramsey356d2482005-06-13 19:51:56 +0000174bool is_byte(int c);
David Lawrence Ramsey2515ccc2005-06-15 06:04:08 +0000175bool is_alnum_mbchar(const char *c);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000176bool is_blank_mbchar(const char *c);
David Lawrence Ramsey8e341e12006-05-24 17:36:00 +0000177bool is_ascii_cntrl_char(int c);
David Lawrence Ramsey65e6ecb2005-02-08 20:37:53 +0000178bool is_cntrl_char(int c);
David Lawrence Ramsey7eb30a82005-07-17 02:40:07 +0000179#ifdef ENABLE_UTF8
David Lawrence Ramseyed7ad332005-06-15 16:07:14 +0000180bool is_cntrl_wchar(wchar_t wc);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000181#endif
David Lawrence Ramseyd8640482005-06-12 17:48:46 +0000182bool is_cntrl_mbchar(const char *c);
David Lawrence Ramsey2515ccc2005-06-15 06:04:08 +0000183bool is_punct_mbchar(const char *c);
David Lawrence Ramseye2213112005-06-15 03:03:45 +0000184bool is_word_mbchar(const char *c, bool allow_punct);
David Lawrence Ramsey19462612005-06-12 18:05:42 +0000185char control_rep(char c);
David Lawrence Ramsey7eb30a82005-07-17 02:40:07 +0000186#ifdef ENABLE_UTF8
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000187wchar_t control_wrep(wchar_t c);
188#endif
David Lawrence Ramseyd8640482005-06-12 17:48:46 +0000189char *control_mbrep(const char *c, char *crep, int *crep_len);
David Lawrence Ramsey96452cb2005-07-26 06:13:45 +0000190char *mbrep(const char *c, char *crep, int *crep_len);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000191int mbwidth(const char *c);
192int mb_cur_max(void);
David Lawrence Ramsey8b006c22005-08-08 23:03:25 +0000193char *make_mbchar(long chr, int *chr_mb_len);
David Lawrence Ramsey96452cb2005-07-26 06:13:45 +0000194int parse_mbchar(const char *buf, char *chr, size_t *col);
David Lawrence Ramseyd24fbb72005-01-14 21:50:32 +0000195size_t move_mbleft(const char *buf, size_t pos);
196size_t move_mbright(const char *buf, size_t pos);
David Lawrence Ramsey3a1fc8f2005-01-16 18:49:19 +0000197#ifndef HAVE_STRCASECMP
198int nstrcasecmp(const char *s1, const char *s2);
199#endif
200int mbstrcasecmp(const char *s1, const char *s2);
201#ifndef HAVE_STRNCASECMP
202int nstrncasecmp(const char *s1, const char *s2, size_t n);
203#endif
204int mbstrncasecmp(const char *s1, const char *s2, size_t n);
205#ifndef HAVE_STRCASESTR
David Lawrence Ramseyae46b912007-07-06 13:44:13 +0000206char *nstrcasestr(const char *haystack, const char *needle);
David Lawrence Ramsey3a1fc8f2005-01-16 18:49:19 +0000207#endif
David Lawrence Ramseyae46b912007-07-06 13:44:13 +0000208char *mbstrcasestr(const char *haystack, const char *needle);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000209#if !defined(NANO_TINY) || !defined(DISABLE_TABCOMP)
David Lawrence Ramseyae46b912007-07-06 13:44:13 +0000210char *revstrstr(const char *haystack, const char *needle, const char
211 *rev_start);
David Lawrence Ramsey7b601fd2005-06-13 13:25:36 +0000212#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000213#ifndef NANO_TINY
David Lawrence Ramseyae46b912007-07-06 13:44:13 +0000214char *revstrcasestr(const char *haystack, const char *needle, const char
215 *rev_start);
216char *mbrevstrcasestr(const char *haystack, const char *needle, const
217 char *rev_start);
David Lawrence Ramsey3a1fc8f2005-01-16 18:49:19 +0000218#endif
David Lawrence Ramsey3f9c6352005-01-25 19:21:11 +0000219size_t mbstrlen(const char *s);
David Lawrence Ramsey3a1fc8f2005-01-16 18:49:19 +0000220#ifndef HAVE_STRNLEN
221size_t nstrnlen(const char *s, size_t maxlen);
222#endif
223size_t mbstrnlen(const char *s, size_t maxlen);
David Lawrence Ramseya2488632006-01-06 07:10:30 +0000224#if !defined(NANO_TINY) || !defined(DISABLE_JUSTIFY)
225char *mbstrchr(const char *s, const char *c);
226#endif
David Lawrence Ramseyc5c52302005-11-15 23:45:29 +0000227#ifndef NANO_TINY
David Lawrence Ramseya2488632006-01-06 07:10:30 +0000228char *mbstrpbrk(const char *s, const char *accept);
David Lawrence Ramseyc5c52302005-11-15 23:45:29 +0000229char *revstrpbrk(const char *s, const char *accept, const char
230 *rev_start);
David Lawrence Ramseya2488632006-01-06 07:10:30 +0000231char *mbrevstrpbrk(const char *s, const char *accept, const char
232 *rev_start);
David Lawrence Ramseyc5c52302005-11-15 23:45:29 +0000233#endif
David Lawrence Ramsey1a16df92006-01-06 22:04:38 +0000234#if defined(ENABLE_NANORC) && (!defined(NANO_TINY) || !defined(DISABLE_JUSTIFY))
David Lawrence Ramseyd5d4dde2005-06-14 01:55:56 +0000235bool has_blank_chars(const char *s);
236bool has_blank_mbchars(const char *s);
237#endif
David Lawrence Ramsey6ff695c2005-08-05 03:14:29 +0000238#ifdef ENABLE_UTF8
239bool is_valid_unicode(wchar_t wc);
240#endif
David Lawrence Ramseybdfa9272005-06-14 23:36:13 +0000241#ifdef ENABLE_NANORC
242bool is_valid_mbstring(const char *s);
243#endif
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000244
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000245/* All functions in color.c. */
Chris Allegretta6df90f52002-07-19 01:08:59 +0000246#ifdef ENABLE_COLOR
David Lawrence Ramsey1f28b8f2002-09-27 14:21:59 +0000247void set_colorpairs(void);
David Lawrence Ramseydb958022005-07-13 20:18:46 +0000248void color_init(void);
David Lawrence Ramsey43cf7a12005-07-14 18:31:45 +0000249void color_update(void);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000250#endif
Chris Allegrettaa2ea1932000-06-06 05:53:49 +0000251
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000252/* All functions in cut.c. */
David Lawrence Ramseyc833d9e2004-05-29 15:36:58 +0000253void cutbuffer_reset(void);
David Lawrence Ramsey93c84052004-11-23 04:08:28 +0000254void cut_line(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000255#ifndef NANO_TINY
David Lawrence Ramsey93c84052004-11-23 04:08:28 +0000256void cut_marked(void);
David Lawrence Ramsey93c84052004-11-23 04:08:28 +0000257void cut_to_eol(void);
David Lawrence Ramsey41b89722006-05-21 20:03:43 +0000258void cut_to_eof(void);
David Lawrence Ramseyb80d49f2005-03-26 22:49:46 +0000259#endif
David Lawrence Ramseyc87e0c02006-04-25 02:23:28 +0000260void do_cut_text(
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000261#ifndef NANO_TINY
David Lawrence Ramsey41b89722006-05-21 20:03:43 +0000262 bool copy_text, bool cut_till_end
David Lawrence Ramseyc87e0c02006-04-25 02:23:28 +0000263#else
264 void
265#endif
266 );
267void do_cut_text_void(void);
268#ifndef NANO_TINY
269void do_copy_text(void);
David Lawrence Ramsey295d1722005-01-01 07:43:32 +0000270void do_cut_till_end(void);
271#endif
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000272void do_uncut_text(void);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000273
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000274/* All functions in files.c. */
David Lawrence Ramsey6ad59cd2005-07-08 20:09:16 +0000275void make_new_buffer(void);
David Lawrence Ramseyb386a902005-07-10 02:37:38 +0000276void initialize_buffer(void);
David Lawrence Ramseyc00513b2005-07-23 00:41:45 +0000277void initialize_buffer_text(void);
David Lawrence Ramsey6ad59cd2005-07-08 20:09:16 +0000278void open_buffer(const char *filename);
David Lawrence Ramsey9c984e82005-11-08 19:15:58 +0000279#ifndef DISABLE_SPELLER
280void replace_buffer(const char *filename);
281#endif
David Lawrence Ramseye5c7e922005-07-12 23:06:22 +0000282void display_buffer(void);
David Lawrence Ramsey6ad59cd2005-07-08 20:09:16 +0000283#ifdef ENABLE_MULTIBUFFER
284void switch_to_prevnext_buffer(bool next);
285void switch_to_prev_buffer_void(void);
286void switch_to_next_buffer_void(void);
287bool close_buffer(void);
David Lawrence Ramsey90573292005-07-08 02:47:05 +0000288#endif
David Lawrence Ramsey50995bd2005-05-16 20:13:09 +0000289filestruct *read_line(char *buf, filestruct *prevnode, bool
David Lawrence Ramsey483f3ac2005-06-19 19:57:13 +0000290 *first_line_ins, size_t buf_len);
David Lawrence Ramsey02517e02004-09-05 21:40:31 +0000291void read_file(FILE *f, const char *filename);
292int open_file(const char *filename, bool newfie, FILE **f);
David Lawrence Ramseyb9b57222005-05-29 02:22:55 +0000293char *get_next_filename(const char *name, const char *suffix);
David Lawrence Ramseybe908f62004-10-01 18:34:30 +0000294void do_insertfile(
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000295#ifndef NANO_TINY
David Lawrence Ramseybe908f62004-10-01 18:34:30 +0000296 bool execute
297#else
298 void
299#endif
300 );
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000301void do_insertfile_void(void);
David Lawrence Ramseye21adfa2002-09-13 18:14:04 +0000302char *get_full_path(const char *origpath);
David Lawrence Ramseye21adfa2002-09-13 18:14:04 +0000303char *check_writable_directory(const char *path);
David Lawrence Ramsey5e068c62005-05-31 04:28:15 +0000304char *safe_tempfile(FILE **f);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000305#ifndef DISABLE_OPERATINGDIR
David Lawrence Ramseye21adfa2002-09-13 18:14:04 +0000306void init_operating_dir(void);
David Lawrence Ramsey1b9d3f92005-02-11 20:09:11 +0000307bool check_operating_dir(const char *currpath, bool allow_tabcomp);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000308#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000309#ifndef NANO_TINY
David Lawrence Ramsey04e42a62004-02-28 16:24:31 +0000310void init_backup_dir(void);
311#endif
David Lawrence Ramsey819c7f02004-07-30 03:54:34 +0000312int copy_file(FILE *inn, FILE *out);
David Lawrence Ramsey4154d082007-01-11 21:36:29 +0000313bool write_file(const char *name, FILE *f_open, bool tmp, append_type
David Lawrence Ramseybf0e47d2005-08-01 18:27:10 +0000314 append, bool nonamechange);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000315#ifndef NANO_TINY
David Lawrence Ramsey4154d082007-01-11 21:36:29 +0000316bool write_marked_file(const char *name, FILE *f_open, bool tmp,
David Lawrence Ramseybf0e47d2005-08-01 18:27:10 +0000317 append_type append);
David Lawrence Ramsey35961c42004-01-23 19:34:03 +0000318#endif
David Lawrence Ramsey4154d082007-01-11 21:36:29 +0000319bool do_writeout(bool exiting);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000320void do_writeout_void(void);
David Lawrence Ramseye21adfa2002-09-13 18:14:04 +0000321char *real_dir_from_tilde(const char *buf);
David Lawrence Ramsey65e6ecb2005-02-08 20:37:53 +0000322#if !defined(DISABLE_TABCOMP) || !defined(DISABLE_BROWSER)
323int diralphasort(const void *va, const void *vb);
David Lawrence Ramseyab41ab92005-06-15 06:30:05 +0000324void free_chararray(char **array, size_t len);
David Lawrence Ramsey65e6ecb2005-02-08 20:37:53 +0000325#endif
Chris Allegretta7662c862003-01-13 01:35:15 +0000326#ifndef DISABLE_TABCOMP
David Lawrence Ramsey4154d082007-01-11 21:36:29 +0000327bool is_dir(const char *buf);
David Lawrence Ramsey65e6ecb2005-02-08 20:37:53 +0000328char **username_tab_completion(const char *buf, size_t *num_matches,
David Lawrence Ramsey6e6c80b2007-10-11 15:38:32 +0000329 size_t buf_len);
David Lawrence Ramsey9d8c2842006-02-07 21:11:05 +0000330char **cwd_tab_completion(const char *buf, bool allow_files, size_t
David Lawrence Ramsey6e6c80b2007-10-11 15:38:32 +0000331 *num_matches, size_t buf_len);
David Lawrence Ramsey9d8c2842006-02-07 21:11:05 +0000332char *input_tab(char *buf, bool allow_files, size_t *place, bool
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000333 *lastwastab, void (*refresh_func)(void), bool *list);
Chris Allegretta7662c862003-01-13 01:35:15 +0000334#endif
David Lawrence Ramsey04e42a62004-02-28 16:24:31 +0000335const char *tail(const char *foo);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000336#if !defined(NANO_TINY) && defined(ENABLE_NANORC)
David Lawrence Ramseya27bd652004-08-17 05:23:38 +0000337char *histfilename(void);
David Lawrence Ramsey6420d442004-08-11 05:13:08 +0000338void load_history(void);
David Lawrence Ramsey934f9682005-05-23 16:30:06 +0000339bool writehist(FILE *hist, filestruct *histhead);
David Lawrence Ramsey6420d442004-08-11 05:13:08 +0000340void save_history(void);
341#endif
Chris Allegretta6df90f52002-07-19 01:08:59 +0000342
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000343/* All functions in global.c. */
David Lawrence Ramseyebd0d7c2004-07-01 18:59:52 +0000344size_t length_of_list(const shortcut *s);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000345#ifndef NANO_TINY
David Lawrence Ramseybd28ee42006-07-25 21:13:30 +0000346void toggle_init_one(int val
347#ifndef DISABLE_HELP
348 , const char *desc, bool blank_after
349#endif
350 , long flag);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000351void toggle_init(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000352#endif
David Lawrence Ramseybd28ee42006-07-25 21:13:30 +0000353void sc_init_one(shortcut **shortcutage, int ctrlval, const char *desc
David Lawrence Ramsey576bf332004-07-12 03:10:30 +0000354#ifndef DISABLE_HELP
David Lawrence Ramseybd28ee42006-07-25 21:13:30 +0000355 , const char *help, bool blank_after
David Lawrence Ramsey576bf332004-07-12 03:10:30 +0000356#endif
David Lawrence Ramseybd28ee42006-07-25 21:13:30 +0000357 , int metaval, int funcval, int miscval, bool view, void
358 (*func)(void));
David Lawrence Ramsey1f1ebb82004-11-11 21:50:01 +0000359void shortcut_init(bool unjustify);
David Lawrence Ramsey576bf332004-07-12 03:10:30 +0000360void free_shortcutage(shortcut **shortcutage);
Chris Allegretta6232d662002-05-12 19:52:15 +0000361#ifdef DEBUG
Chris Allegrettadab017e2002-04-23 10:56:06 +0000362void thanks_for_all_the_fish(void);
Chris Allegretta6232d662002-05-12 19:52:15 +0000363#endif
Chris Allegrettadab017e2002-04-23 10:56:06 +0000364
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000365/* All functions in help.c. */
David Lawrence Ramsey7e2d6732005-11-01 19:32:45 +0000366#ifndef DISABLE_HELP
David Lawrence Ramseye38b8082006-03-30 07:03:04 +0000367void do_help(void (*refresh_func)(void));
368void do_help_void(void);
369#ifndef DISABLE_BROWSER
370void do_browser_help(void);
371#endif
David Lawrence Ramseyd420b5a2005-11-01 23:00:56 +0000372void help_init(void);
David Lawrence Ramseybc80cb12006-04-24 23:03:21 +0000373void parse_help_input(int *kbinput, bool *meta_key, bool *func_key);
David Lawrence Ramseyc3593012005-11-01 20:11:55 +0000374size_t help_line_len(const char *ptr);
David Lawrence Ramsey7e2d6732005-11-01 19:32:45 +0000375#endif
376
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000377/* All functions in move.c. */
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000378void do_first_line(void);
379void do_last_line(void);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000380void do_page_up(void);
381void do_page_down(void);
David Lawrence Ramseyca62f9f2005-07-20 19:24:11 +0000382#ifndef DISABLE_JUSTIFY
383void do_para_begin(bool allow_update);
384void do_para_begin_void(void);
385void do_para_end(bool allow_update);
386void do_para_end_void(void);
387#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000388#ifndef NANO_TINY
David Lawrence Ramseyc4037f32005-07-20 21:31:19 +0000389bool do_next_word(bool allow_punct, bool allow_update);
390void do_next_word_void(void);
391bool do_prev_word(bool allow_punct, bool allow_update);
392void do_prev_word_void(void);
393#endif
David Lawrence Ramseyca62f9f2005-07-20 19:24:11 +0000394void do_home(void);
395void do_end(void);
David Lawrence Ramsey2c36e2e2006-07-06 22:17:47 +0000396void do_up(
397#ifndef NANO_TINY
398 bool scroll_only
399#else
400 void
401#endif
402 );
403void do_up_void(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000404#ifndef NANO_TINY
David Lawrence Ramsey2de84c12005-10-24 02:12:09 +0000405void do_scroll_up(void);
406#endif
David Lawrence Ramsey2c36e2e2006-07-06 22:17:47 +0000407void do_down(
408#ifndef NANO_TINY
409 bool scroll_only
410#else
411 void
412#endif
413 );
414void do_down_void(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000415#ifndef NANO_TINY
David Lawrence Ramsey2de84c12005-10-24 02:12:09 +0000416void do_scroll_down(void);
417#endif
David Lawrence Ramsey1c3bfa92005-09-13 04:53:44 +0000418void do_left(void);
419void do_right(void);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000420
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000421/* All functions in nano.c. */
David Lawrence Ramsey90573292005-07-08 02:47:05 +0000422filestruct *make_new_node(filestruct *prevnode);
423filestruct *copy_node(const filestruct *src);
424void splice_node(filestruct *begin, filestruct *newnode, filestruct
425 *end);
426void unlink_node(const filestruct *fileptr);
427void delete_node(filestruct *fileptr);
428filestruct *copy_filestruct(const filestruct *src);
429void free_filestruct(filestruct *src);
David Lawrence Ramsey90573292005-07-08 02:47:05 +0000430void renumber(filestruct *fileptr);
431partition *partition_filestruct(filestruct *top, size_t top_x,
432 filestruct *bot, size_t bot_x);
433void unpartition_filestruct(partition **p);
434void move_to_filestruct(filestruct **file_top, filestruct **file_bot,
435 filestruct *top, size_t top_x, filestruct *bot, size_t bot_x);
436void copy_from_filestruct(filestruct *file_top, filestruct *file_bot);
David Lawrence Ramseye99494f2005-07-20 21:08:38 +0000437openfilestruct *make_new_opennode(void);
438void splice_opennode(openfilestruct *begin, openfilestruct *newnode,
439 openfilestruct *end);
440void unlink_opennode(openfilestruct *fileptr);
441void delete_opennode(openfilestruct *fileptr);
442#ifdef DEBUG
443void free_openfilestruct(openfilestruct *src);
444#endif
David Lawrence Ramsey50406662005-01-19 19:52:42 +0000445void print_view_warning(void);
David Lawrence Ramseyda141062004-05-25 19:41:11 +0000446void finish(void);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000447void die(const char *msg, ...);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000448void die_save_file(const char *die_filename);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000449void window_init(void);
David Lawrence Ramseyf5b256b2003-10-03 20:26:25 +0000450#ifndef DISABLE_MOUSE
David Lawrence Ramsey503bad02006-06-09 18:24:37 +0000451void disable_mouse_support(void);
452void enable_mouse_support(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000453void mouse_init(void);
David Lawrence Ramsey9b13ff32002-12-22 16:30:00 +0000454#endif
David Lawrence Ramsey660e05b2006-05-12 19:30:28 +0000455void print_opt_full(const char *shortflag
David Lawrence Ramsey39e8ce62005-03-21 07:24:47 +0000456#ifdef HAVE_GETOPT_LONG
457 , const char *longflag
458#endif
459 , const char *desc);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000460void usage(void);
461void version(void);
David Lawrence Ramsey637b8bb2005-01-17 05:06:55 +0000462int no_more_space(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000463int no_help(void);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000464void nano_disabled_msg(void);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000465void do_exit(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000466void signal_init(void);
David Lawrence Ramsey8befda62005-12-06 19:39:56 +0000467RETSIGTYPE handle_hupterm(int signal);
468RETSIGTYPE do_suspend(int signal);
469RETSIGTYPE do_continue(int signal);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000470#ifndef NANO_TINY
David Lawrence Ramsey8befda62005-12-06 19:39:56 +0000471RETSIGTYPE handle_sigwinch(int signal);
David Lawrence Ramseyce62e822004-08-05 22:10:22 +0000472void allow_pending_sigwinch(bool allow);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000473#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000474#ifndef NANO_TINY
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000475void do_toggle(const toggle *which);
476#endif
David Lawrence Ramsey8bcac8a2005-06-09 04:02:57 +0000477void disable_extended_io(void);
David Lawrence Ramseyf78bc852007-12-18 15:55:48 +0000478#ifdef USE_SLANG
479void disable_signals(void);
480#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000481#ifndef NANO_TINY
David Lawrence Ramseyd7fd2002004-05-18 01:20:36 +0000482void enable_signals(void);
483#endif
484void disable_flow_control(void);
485void enable_flow_control(void);
David Lawrence Ramsey8aaf0302004-07-27 16:46:35 +0000486void terminal_init(void);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000487int do_input(bool *meta_key, bool *func_key, bool *s_or_t, bool
David Lawrence Ramseycac02932005-01-11 23:05:05 +0000488 *ran_func, bool *finished, bool allow_funcs);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000489#ifndef DISABLE_MOUSE
David Lawrence Ramsey3a5eaeb2007-05-20 23:41:56 +0000490int do_mouse(void);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000491#endif
David Lawrence Ramseyefec6412005-03-17 03:52:08 +0000492void do_output(char *output, size_t output_len, bool allow_cntrls);
Chris Allegrettaf2387fb2002-04-10 02:31:20 +0000493
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000494/* All functions in prompt.c. */
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000495int do_statusbar_input(bool *meta_key, bool *func_key, bool *s_or_t,
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000496 bool *ran_func, bool *finished, bool allow_funcs, void
497 (*refresh_func)(void));
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000498#ifndef DISABLE_MOUSE
David Lawrence Ramsey3a5eaeb2007-05-20 23:41:56 +0000499int do_statusbar_mouse(void);
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000500#endif
501void do_statusbar_output(char *output, size_t output_len, bool
David Lawrence Ramsey81371022006-11-27 04:56:16 +0000502 *got_enter, bool allow_cntrls);
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000503void do_statusbar_home(void);
504void do_statusbar_end(void);
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000505void do_statusbar_left(void);
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000506void do_statusbar_right(void);
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000507void do_statusbar_backspace(void);
508void do_statusbar_delete(void);
509void do_statusbar_cut_text(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000510#ifndef NANO_TINY
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000511bool do_statusbar_next_word(bool allow_punct);
512bool do_statusbar_prev_word(bool allow_punct);
513#endif
514void do_statusbar_verbatim_input(bool *got_enter);
David Lawrence Ramseyc4993822005-11-16 04:14:03 +0000515#ifndef NANO_TINY
David Lawrence Ramsey5ab56ea2005-11-16 13:45:41 +0000516bool find_statusbar_bracket_match(bool reverse, const char
517 *bracket_set);
David Lawrence Ramseyc4993822005-11-16 04:14:03 +0000518void do_statusbar_find_bracket(void);
519#endif
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000520size_t statusbar_xplustabs(void);
521size_t get_statusbar_page_start(size_t start_col, size_t column);
David Lawrence Ramseye19449e2005-11-07 21:45:44 +0000522void reset_statusbar_cursor(void);
David Lawrence Ramsey60edb0a2006-05-15 15:17:50 +0000523void update_statusbar_line(const char *curranswer, size_t index);
David Lawrence Ramseyfa387952006-08-26 16:50:51 +0000524bool need_statusbar_horizontal_update(size_t pww_save);
David Lawrence Ramsey60edb0a2006-05-15 15:17:50 +0000525void total_statusbar_refresh(void (*refresh_func)(void));
David Lawrence Ramsey9d8c2842006-02-07 21:11:05 +0000526int get_prompt_string(bool allow_tabs,
527#ifndef DISABLE_TABCOMP
528 bool allow_files,
529#endif
530 const char *curranswer,
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000531#ifndef NANO_TINY
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000532 filestruct **history_list,
533#endif
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000534 void (*refresh_func)(void), const shortcut *s
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000535#ifndef DISABLE_TABCOMP
536 , bool *list
537#endif
538 );
David Lawrence Ramsey9d8c2842006-02-07 21:11:05 +0000539int do_prompt(bool allow_tabs,
540#ifndef DISABLE_TABCOMP
541 bool allow_files,
542#endif
543 const shortcut *s, const char *curranswer,
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000544#ifndef NANO_TINY
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000545 filestruct **history_list,
546#endif
David Lawrence Ramsey68160072006-02-18 21:32:29 +0000547 void (*refresh_func)(void), const char *msg, ...);
David Lawrence Ramseye19449e2005-11-07 21:45:44 +0000548void do_prompt_abort(void);
549int do_yesno_prompt(bool all, const char *msg);
David Lawrence Ramseyd24d0a42005-11-01 17:37:44 +0000550
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000551/* All functions in rcfile.c. */
Chris Allegretta7a500092001-04-19 21:13:46 +0000552#ifdef ENABLE_NANORC
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000553void rcfile_error(const char *msg, ...);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000554char *parse_next_word(char *ptr);
555char *parse_argument(char *ptr);
556#ifdef ENABLE_COLOR
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000557char *parse_next_regex(char *ptr);
David Lawrence Ramsey2385c1a2005-07-29 21:42:08 +0000558bool nregcomp(const char *regex, int eflags);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000559void parse_syntax(char *ptr);
David Lawrence Ramseycee20e52006-04-13 02:43:54 +0000560void parse_include(char *ptr);
David Lawrence Ramseya8239c32006-05-28 22:24:03 +0000561short color_to_short(const char *colorname, bool *bright);
David Lawrence Ramsey23555f22005-06-27 03:07:10 +0000562void parse_colors(char *ptr, bool icase);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000563#endif
David Lawrence Ramseycee20e52006-04-13 02:43:54 +0000564void parse_rcfile(FILE *rcstream
565#ifdef ENABLE_COLOR
566 , bool syntax_only
567#endif
568 );
Chris Allegretta8d8e0122001-04-18 04:28:54 +0000569void do_rcfile(void);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000570#endif
Chris Allegretta8d8e0122001-04-18 04:28:54 +0000571
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000572/* All functions in search.c. */
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000573#ifdef HAVE_REGEX_H
David Lawrence Ramsey0ec34ac2007-01-09 23:35:02 +0000574bool regexp_init(const char *regexp);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000575void regexp_cleanup(void);
576#endif
577void not_found_msg(const char *str);
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000578void search_replace_abort(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000579void search_init_globals(void);
David Lawrence Ramseyd532f192004-10-04 22:37:56 +0000580int search_init(bool replacing, bool use_answer);
David Lawrence Ramseycf9c34a2005-11-16 05:59:06 +0000581bool findnextstr(
582#ifndef DISABLE_SPELLER
583 bool whole_word,
584#endif
585 bool no_sameline, const filestruct *begin, size_t begin_x, const
586 char *needle, size_t *needle_len);
David Lawrence Ramseye5e88fd2004-10-31 13:20:30 +0000587void findnextstr_wrap_reset(void);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000588void do_search(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000589#ifndef NANO_TINY
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000590void do_research(void);
David Lawrence Ramsey5aa39832004-05-05 21:36:50 +0000591#endif
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000592#ifdef HAVE_REGEX_H
David Lawrence Ramseye3970f52005-05-26 03:47:24 +0000593int replace_regexp(char *string, bool create);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000594#endif
David Lawrence Ramsey1044d742004-02-24 20:41:39 +0000595char *replace_line(const char *needle);
David Lawrence Ramseycf9c34a2005-11-16 05:59:06 +0000596ssize_t do_replace_loop(
597#ifndef DISABLE_SPELLER
598 bool whole_word,
599#endif
600 bool *canceled, const filestruct *real_current, size_t
601 *real_current_x, const char *needle);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000602void do_replace(void);
David Lawrence Ramsey5beae582005-06-29 00:17:18 +0000603void do_gotolinecolumn(ssize_t line, ssize_t column, bool use_answer,
David Lawrence Ramsey8f1afee2005-07-16 07:06:36 +0000604 bool interactive, bool save_pos, bool allow_update);
David Lawrence Ramsey9245f972005-05-17 18:06:26 +0000605void do_gotolinecolumn_void(void);
David Lawrence Ramsey8f4762a2005-07-16 22:35:11 +0000606#ifndef DISABLE_SPELLER
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000607void do_gotopos(ssize_t pos_line, size_t pos_x, ssize_t pos_y, size_t
David Lawrence Ramsey2cf6d712005-06-28 06:25:34 +0000608 pos_pww);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000609#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000610#ifndef NANO_TINY
David Lawrence Ramseyc5c52302005-11-15 23:45:29 +0000611bool find_bracket_match(bool reverse, const char *bracket_set);
David Lawrence Ramseyc4ca5962005-06-16 20:58:19 +0000612void do_find_bracket(void);
David Lawrence Ramsey1addd602005-06-03 19:28:30 +0000613#ifdef ENABLE_NANORC
David Lawrence Ramsey934f9682005-05-23 16:30:06 +0000614bool history_has_changed(void);
David Lawrence Ramsey1addd602005-06-03 19:28:30 +0000615#endif
Chris Allegretta5beed502003-01-05 20:41:21 +0000616void history_init(void);
David Lawrence Ramsey0e581b32005-07-18 07:48:50 +0000617void history_reset(const filestruct *h);
David Lawrence Ramsey96e6d562005-07-19 04:53:45 +0000618filestruct *find_history(const filestruct *h_start, const filestruct
619 *h_end, const char *s, size_t len);
David Lawrence Ramsey34bdc352005-06-02 18:41:31 +0000620void update_history(filestruct **h, const char *s);
David Lawrence Ramsey934f9682005-05-23 16:30:06 +0000621char *get_history_older(filestruct **h);
622char *get_history_newer(filestruct **h);
David Lawrence Ramsey1addd602005-06-03 19:28:30 +0000623#ifndef DISABLE_TABCOMP
David Lawrence Ramsey96e6d562005-07-19 04:53:45 +0000624char *get_history_completion(filestruct **h, const char *s, size_t len);
David Lawrence Ramsey1addd602005-06-03 19:28:30 +0000625#endif
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000626#endif
Chris Allegretta6df90f52002-07-19 01:08:59 +0000627
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000628/* All functions in text.c. */
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000629#ifndef NANO_TINY
David Lawrence Ramsey7ea09e52005-07-25 02:41:59 +0000630void do_mark(void);
631#endif
632void do_delete(void);
633void do_backspace(void);
634void do_tab(void);
David Lawrence Ramseyf85001a2006-04-28 13:19:56 +0000635#ifndef NANO_TINY
David Lawrence Ramseyaee00d42006-07-05 18:42:22 +0000636void do_indent(ssize_t cols);
637void do_indent_void(void);
638void do_unindent(void);
David Lawrence Ramseyf85001a2006-04-28 13:19:56 +0000639#endif
David Lawrence Ramsey7ea09e52005-07-25 02:41:59 +0000640void do_enter(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000641#ifndef NANO_TINY
David Lawrence Ramsey8befda62005-12-06 19:39:56 +0000642RETSIGTYPE cancel_command(int signal);
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000643bool execute_command(const char *command);
644#endif
645#ifndef DISABLE_WRAPPING
646void wrap_reset(void);
647bool do_wrap(filestruct *line);
648#endif
David Lawrence Ramseyc7c04bb2005-11-29 21:30:00 +0000649#if !defined(DISABLE_HELP) || !defined(DISABLE_WRAPJUSTIFY)
David Lawrence Ramseyb9b2fd52005-11-22 21:13:36 +0000650ssize_t break_line(const char *line, ssize_t goal
651#ifndef DISABLE_HELP
652 , bool newline
653#endif
654 );
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000655#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000656#if !defined(NANO_TINY) || !defined(DISABLE_JUSTIFY)
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000657size_t indent_length(const char *line);
658#endif
659#ifndef DISABLE_JUSTIFY
660void justify_format(filestruct *paragraph, size_t skip);
661size_t quote_length(const char *line);
662bool quotes_match(const char *a_line, size_t a_quote, const char
663 *b_line);
664bool indents_match(const char *a_line, size_t a_indent, const char
665 *b_line, size_t b_indent);
666bool begpar(const filestruct *const foo);
667bool inpar(const filestruct *const foo);
David Lawrence Ramseycd8f7352005-11-10 21:20:32 +0000668void backup_lines(filestruct *first_line, size_t par_len);
David Lawrence Ramsey79383be2005-11-29 18:34:45 +0000669bool find_paragraph(size_t *const quote, size_t *const par);
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000670void do_justify(bool full_justify);
671void do_justify_void(void);
672void do_full_justify(void);
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000673#endif
David Lawrence Ramseycc8185f2005-07-25 02:33:45 +0000674#ifndef DISABLE_SPELLER
675bool do_int_spell_fix(const char *word);
676const char *do_int_speller(const char *tempfile_name);
677const char *do_alt_speller(char *tempfile_name);
678void do_spell(void);
679#endif
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000680#ifndef NANO_TINY
David Lawrence Ramsey8e942342005-07-25 04:21:46 +0000681void do_wordlinechar_count(void);
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000682#endif
David Lawrence Ramsey37ddfa92005-11-07 06:06:05 +0000683void do_verbatim_input(void);
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000684
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000685/* All functions in utils.c. */
David Lawrence Ramseyc596c0c2005-04-19 16:32:08 +0000686int digits(size_t n);
David Lawrence Ramsey65e6ecb2005-02-08 20:37:53 +0000687void get_homedir(void);
David Lawrence Ramseyc53ab2a2004-08-04 18:24:53 +0000688bool parse_num(const char *str, ssize_t *val);
David Lawrence Ramsey2cf6d712005-06-28 06:25:34 +0000689bool parse_line_column(const char *str, ssize_t *line, ssize_t *column);
David Lawrence Ramsey6a0d5b82005-06-13 14:00:22 +0000690void align(char **str);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000691void null_at(char **data, size_t index);
692void unsunder(char *str, size_t true_len);
693void sunder(char *str);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000694#if !defined(NANO_TINY) && defined(ENABLE_NANORC)
David Lawrence Ramseya27bd652004-08-17 05:23:38 +0000695#ifndef HAVE_GETLINE
696ssize_t ngetline(char **lineptr, size_t *n, FILE *stream);
697#endif
698#ifndef HAVE_GETDELIM
699ssize_t ngetdelim(char **lineptr, size_t *n, int delim, FILE *stream);
700#endif
David Lawrence Ramseybbac1bb2005-11-14 21:32:42 +0000701#endif
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000702#ifdef HAVE_REGEX_H
David Lawrence Ramsey6d6a36c2005-12-08 07:09:08 +0000703bool regexp_bol_or_eol(const regex_t *preg, const char *string);
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000704#endif
David Lawrence Ramseycf9c34a2005-11-16 05:59:06 +0000705#ifndef DISABLE_SPELLER
David Lawrence Ramsey691698a2005-07-24 19:57:51 +0000706bool is_whole_word(size_t pos, const char *buf, const char *word);
David Lawrence Ramseycf9c34a2005-11-16 05:59:06 +0000707#endif
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000708const char *strstrwrapper(const char *haystack, const char *needle,
David Lawrence Ramsey1044d742004-02-24 20:41:39 +0000709 const char *start);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000710void nperror(const char *s);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000711void *nmalloc(size_t howmuch);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000712void *nrealloc(void *ptr, size_t howmuch);
David Lawrence Ramsey4a1fc552004-11-02 15:18:30 +0000713char *mallocstrncpy(char *dest, const char *src, size_t n);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000714char *mallocstrcpy(char *dest, const char *src);
David Lawrence Ramsey02517e02004-09-05 21:40:31 +0000715char *mallocstrassn(char *dest, char *src);
David Lawrence Ramsey2b9d6a02005-11-01 17:45:31 +0000716size_t get_page_start(size_t column);
David Lawrence Ramsey81c4e182005-10-31 23:07:58 +0000717size_t xplustabs(void);
718size_t actual_x(const char *s, size_t column);
719size_t strnlenpt(const char *s, size_t maxlen);
720size_t strlenpt(const char *s);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000721void new_magicline(void);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000722#ifndef NANO_TINY
David Lawrence Ramsey40bdb682004-11-03 22:03:41 +0000723void remove_magicline(void);
David Lawrence Ramseyf7080372004-07-08 17:15:10 +0000724void mark_order(const filestruct **top, size_t *top_x, const filestruct
David Lawrence Ramsey90e59c12004-11-05 23:03:03 +0000725 **bot, size_t *bot_x, bool *right_side_up);
David Lawrence Ramsey5ffbec52003-09-16 01:16:49 +0000726#endif
David Lawrence Ramseyc104ef12005-07-17 01:44:35 +0000727size_t get_totsize(const filestruct *begin, const filestruct *end);
David Lawrence Ramsey00cc5652005-11-02 15:44:01 +0000728#ifdef DEBUG
729void dump_filestruct(const filestruct *inptr);
730void dump_filestruct_reverse(void);
731#endif
Chris Allegretta6df90f52002-07-19 01:08:59 +0000732
David Lawrence Ramsey6335fb52007-01-01 05:15:32 +0000733/* All functions in winio.c. */
David Lawrence Ramseydb958022005-07-13 20:18:46 +0000734void get_key_buffer(WINDOW *win);
735size_t get_key_buffer_len(void);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000736void unget_input(int *input, size_t input_len);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000737void unget_kbinput(int kbinput, bool meta_key, bool func_key);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000738int *get_input(WINDOW *win, size_t input_len);
David Lawrence Ramseyeb16f432004-09-27 01:04:50 +0000739int get_kbinput(WINDOW *win, bool *meta_key, bool *func_key);
David Lawrence Ramseyfc0f8f82006-05-10 13:41:53 +0000740int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key);
David Lawrence Ramsey1b4ae692006-07-25 19:23:35 +0000741int get_escape_seq_kbinput(const int *seq, size_t seq_len);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000742int get_escape_seq_abcd(int kbinput);
David Lawrence Ramsey5370b0c2006-07-23 17:54:35 +0000743int parse_escape_seq_kbinput(WINDOW *win, int kbinput);
David Lawrence Ramseyfc0f8f82006-05-10 13:41:53 +0000744int get_byte_kbinput(int kbinput);
David Lawrence Ramsey6fb66892006-05-27 17:39:19 +0000745#ifdef ENABLE_UTF8
David Lawrence Ramsey12e37082006-05-27 15:52:26 +0000746long add_unicode_digit(int kbinput, long factor, long *uni);
David Lawrence Ramsey7f1b1192006-05-28 17:30:28 +0000747long get_unicode_kbinput(int kbinput);
David Lawrence Ramsey6fb66892006-05-27 17:39:19 +0000748#endif
David Lawrence Ramsey48ae9862004-05-28 17:23:33 +0000749int get_control_kbinput(int kbinput);
David Lawrence Ramseyb54155c2005-01-12 03:25:57 +0000750void unparse_kbinput(char *output, size_t output_len);
David Lawrence Ramsey74835712004-12-04 17:41:52 +0000751int *get_verbatim_kbinput(WINDOW *win, size_t *kbinput_len);
752int *parse_verbatim_kbinput(WINDOW *win, size_t *kbinput_len);
David Lawrence Ramsey14bf8032004-05-22 20:19:15 +0000753#ifndef DISABLE_MOUSE
David Lawrence Ramsey3a5eaeb2007-05-20 23:41:56 +0000754int get_mouseinput(int *mouse_x, int *mouse_y, bool allow_shortcuts);
David Lawrence Ramseya0b5ba22004-08-25 15:39:10 +0000755#endif
David Lawrence Ramsey1483ee32004-11-29 00:30:07 +0000756const shortcut *get_shortcut(const shortcut *s_list, int *kbinput, bool
David Lawrence Ramseyeb16f432004-09-27 01:04:50 +0000757 *meta_key, bool *func_key);
David Lawrence Ramseyebe34252005-11-15 03:17:35 +0000758#ifndef NANO_TINY
David Lawrence Ramseya0b5ba22004-08-25 15:39:10 +0000759const toggle *get_toggle(int kbinput, bool meta_key);
760#endif
David Lawrence Ramseyb386a902005-07-10 02:37:38 +0000761void blank_line(WINDOW *win, int y, int x, int n);
David Lawrence Ramseyd7fd2002004-05-18 01:20:36 +0000762void blank_titlebar(void);
David Lawrence Ramsey637b8bb2005-01-17 05:06:55 +0000763void blank_topbar(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000764void blank_edit(void);
765void blank_statusbar(void);
David Lawrence Ramseyd7fd2002004-05-18 01:20:36 +0000766void blank_bottombars(void);
David Lawrence Ramseyb9ddb802005-03-17 17:56:48 +0000767void check_statusblank(void);
David Lawrence Ramseyfc693212004-12-23 17:43:27 +0000768char *display_string(const char *buf, size_t start_col, size_t len, bool
769 dollars);
Chris Allegrettaf717f982003-02-13 22:25:01 +0000770void titlebar(const char *path);
David Lawrence Ramseyd7fd2002004-05-18 01:20:36 +0000771void set_modified(void);
772void statusbar(const char *msg, ...);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000773void bottombars(const shortcut *s);
David Lawrence Ramseyfa394042004-05-23 21:11:14 +0000774void onekey(const char *keystroke, const char *desc, size_t len);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000775void reset_cursor(void);
David Lawrence Ramseya0aff672005-10-27 20:10:45 +0000776void edit_draw(const filestruct *fileptr, const char *converted, int
777 line, size_t start);
David Lawrence Ramsey5ffbec52003-09-16 01:16:49 +0000778void update_line(const filestruct *fileptr, size_t index);
David Lawrence Ramseyfa387952006-08-26 16:50:51 +0000779bool need_horizontal_update(size_t pww_save);
780bool need_vertical_update(size_t pww_save);
David Lawrence Ramsey107e8162005-08-01 21:05:29 +0000781void edit_scroll(scroll_dir direction, ssize_t nlines);
David Lawrence Ramseyfa387952006-08-26 16:50:51 +0000782void edit_redraw(const filestruct *old_current, size_t pww_save);
Chris Allegretta6df90f52002-07-19 01:08:59 +0000783void edit_refresh(void);
David Lawrence Ramseybf0e47d2005-08-01 18:27:10 +0000784void edit_update(update_type location);
David Lawrence Ramseyc54c4d12005-06-18 15:49:17 +0000785void total_redraw(void);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000786void total_refresh(void);
David Lawrence Ramseyad40fdb2002-09-06 20:35:28 +0000787void display_main_list(void);
David Lawrence Ramseya0b5ba22004-08-25 15:39:10 +0000788void do_cursorpos(bool constant);
David Lawrence Ramsey72e51ab2004-07-02 14:31:03 +0000789void do_cursorpos_void(void);
David Lawrence Ramsey7bde0532005-06-30 03:55:55 +0000790void do_replace_highlight(bool highlight, const char *word);
Chris Allegretta8a0de3b2000-11-24 20:45:14 +0000791#ifdef NANO_EXTRA
Chris Allegretta34318ed2001-01-31 23:22:36 +0000792void do_credits(void);
Chris Allegretta8a0de3b2000-11-24 20:45:14 +0000793#endif
David Lawrence Ramseye527e452005-04-15 18:07:26 +0000794
795#endif /* !PROTO_H */