mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
still more cosmetic fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3740 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
c0ba4bf3e0
commit
b520d509cc
@ -6,7 +6,7 @@ CVS code -
|
||||
only optional value. Also fix a wording problem in
|
||||
-W/--wordbounds. Changes to usage(), nano.1, nanorc.5,
|
||||
rnano.1, nano.texi, and nanorc.sample.in. (DLR)
|
||||
- Fix mouse support so that it really ignores everything except
|
||||
- Fix mouse support so that it truly ignores everything except
|
||||
releases and clicks of button 1. Changes to
|
||||
enable_mouse_support() and get_mouseinput(). (DLR)
|
||||
- browser.c:
|
||||
|
@ -37,7 +37,7 @@ static size_t filelist_len = 0;
|
||||
static int width = 0;
|
||||
/* The number of files that we can display per line. This is
|
||||
* calculated via browser_set_width(), which should be called
|
||||
* before anything that uses width. */
|
||||
* before doing anything that uses width. */
|
||||
static int longest = 0;
|
||||
/* The number of columns in the longest filename in the list. */
|
||||
static size_t selected = 0;
|
||||
|
@ -33,7 +33,7 @@ static char *help_text = NULL;
|
||||
/* The text displayed in the help window. */
|
||||
|
||||
/* Our main help browser function. refresh_func is the function we will
|
||||
* call to refresh the edit window.*/
|
||||
* call to refresh the edit window. */
|
||||
void do_help(void (*refresh_func)(void))
|
||||
{
|
||||
int kbinput = ERR;
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include "nano.h"
|
||||
|
||||
/* Public external variables. See global.c for descriptions of them. */
|
||||
/* Public external variables. See global.c for their descriptions. */
|
||||
#ifndef NANO_TINY
|
||||
extern sigjmp_buf jump_buf;
|
||||
extern bool jump_buf_main;
|
||||
|
Loading…
Reference in New Issue
Block a user