Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs24-19fa
git_rec_nano
Graph
39e8ce6f8eca1a46306df75058f8de39ddc5997d
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jun
19
18
17
16
15
14
13
12
10
9
8
7
6
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
17
16
15
14
8
6
3
2
29
Apr
27
26
25
20
19
18
16
15
14
13
10
9
8
7
6
5
4
1
31
Mar
30
29
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
4
2
1
25
Feb
23
22
14
12
11
10
9
8
7
31
Jan
28
27
25
24
22
20
19
18
17
16
15
14
13
12
11
8
7
5
4
3
2
1
31
Dec
29
28
27
24
23
22
21
20
18
15
13
12
9
8
7
6
5
4
2
1
29
Nov
28
27
26
25
24
23
22
21
20
18
17
16
15
13
12
11
8
7
make sure the function checks are *really* in alphabetical order
comment fix
typo fix
remove unnecessary variables from and add missing asserts to
typo fix
update the "Feature Toggles" section in nano.texi to match current nano
when reading color syntax names or sorting filenames, use mbstrcasecmp()
in read_line(), rename variable len to buf_len, for consistency
comment and indentation fixes
remove the reset_cursor() call in statusq(), as it erroneously leaves
comment fix
in configure.ac, check for possibly unavailable functions in
formatting fixes for Makefile.am and m4/Makefile.am
formatting fixes
in configure.ac, check for get_wch() instead of wget_wch() to determine
rename total_update() total_redraw() for consistency
work around slang brain damage in total_update()
fix still more minor display update problems
fix more minor screen update problems
n is ignored in the mbstowcs() call, so it can be 0 instead of
in statusq(), call wrefresh(bottomwin) after getting an answer and
in toggle_init(), reorder the toggles to put more toggles with similar
clarify the description of the line wrapping toggle
change the short option for --restricted from -Z to -R
fix misplaced long option
add comment
add a description of -U/--quickblank to nano.texi, plus a few more
QUICK_BLANK and CONST_UPDATE shouldn't be working at the same time, as
formatting fix
rename the CONSTUPDATE flag to CONST_UPDATE, and clarify its description
add missing #ifdef
add -U/--quickblank option, a Meta-U toggle, and a "quickblank" rcfile
move all the rcfile options disabled by NANO_SMALL to the end, for
since the DISABLE_CURPOS flag is only used in winio.c, reduce it to a
in statusbar(), set statusblank to 25 instead of 26, to match current
more miscellaneous documentation updates
more cosmetic fixes
various #ifdef fixes
miscellaneous cleanups in do_find_bracket(): rename variables for
add "backwards" and "casesensitive" to the "rcfile" regexes
Menu
Projects
Groups
Snippets
Help