summaryrefslogtreecommitdiff
path: root/Changelog
blob: 94ed553120368d44fb71689669d89d49127fedae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
12fbd88 2019-07-31 (KatolaZ) bump version number to 0.2
12031ab 2019-07-31 (KatolaZ) add target dist to Makefile
dd06a37 2019-07-31 (KatolaZ) update Changelog
7f6e62f 2019-07-31 (KatolaZ) support line-by-line undo in text mode
f3100dd 2019-07-31 (KatolaZ) add undo support for box, visual, cut/paste
526ce3a 2019-07-31 (KatolaZ) preliminary support for undo
6da2f3f 2019-07-30 (KatolaZ) fix bug in paste at point
eebc645 2019-07-30 (KatolaZ) yank buffer and initial copy/cut/paste support
a997593 2019-07-27 (KatolaZ) add crop-to-visible function (C)
b38ed13 2019-07-27 (KatolaZ) first step towards crop + some fixes to erase
f678684 2019-07-27 (KatolaZ) Merge branch 'devel' into master
8e3d23b 2019-07-27 (KatolaZ) reorganise code
8b67bd6 2019-07-26 (KatolaZ) Merge branch 'devel' into master
3d53fce 2019-07-26 (KatolaZ) change screen management -- dynamic array of lines
f68467d 2019-07-26 (KatolaZ) amended Makefile
0adbc2a 2019-07-26 (KatolaZ) towards dynamic screen management
8f25f7b 2019-07-26 (KatolaZ) small change to the manpage
5c8bc8b 2019-07-26 (KatolaZ) add Changelog
f0200b8 2019-07-26 (KatolaZ) add auto-arrow, multipliers, -s, -h
cbfdf55 2019-07-24 (KatolaZ) Merge branch 'master' into devel
21ab361 2019-07-24 (KatolaZ) add CC option to config.mk (commented)
54eae92 2019-07-24 (Quentin Rameau) Rework the Makefile a little
a74b46c 2019-07-24 (KatolaZ) first steps towards script-mode
1aa7efd 2019-07-24 (KatolaZ) force flush on ANSI commands
5cfc453 2019-07-24 (Christoph Lohmann) Add install target to Makefile. Fix manpath.
77cefcf 2019-07-24 (Christoph Lohmann) Fix markdown formatting in README.md.
11bc654 2019-07-24 (KatolaZ) replace  in README.md
00b8406 2019-07-24 (KatolaZ) amend README and rename to README.md
6cda441 2019-07-24 (KatolaZ) add license
8f2b307 2019-07-24 (KatolaZ) amend manpage to mention screen size limitation
1be4c30 2019-07-24 (KatolaZ) add config.h
3a8eeff 2019-07-23 (KatolaZ) add makefile
a64ca9d 2019-07-22 (KatolaZ) fix bug in screen init
c9a6b0f 2019-07-22 (KatolaZ) initial commit of dynamic screen size
0325743 2019-07-22 (KatolaZ) allow [ENTER] in box, arrow, erase, and visual mode
0c22945 2019-07-22 (KatolaZ) update manpage to reflect the new g-commands
557124a 2019-07-22 (KatolaZ) change global movement commands -- g+[gGmhjkl]
f73faa7 2019-07-21 (KatolaZ) add README
4cb5948 2019-07-21 (KatolaZ) style change in box and arrow modes + fix manpage
2e1d9e5 2019-07-20 (KatolaZ) fix typos in manpage
8d84f59 2019-07-20 (KatolaZ) add visual in status bar
130977d 2019-07-20 (KatolaZ) add '.' command (reset line styles)
591777d 2019-07-20 (KatolaZ) add manpage
8dd9290 2019-07-20 (KatolaZ) add comment in fallthrough cases
d87cf8e 2019-07-20 (KatolaZ) visual mode (erase and fill)
c851282 2019-07-20 (KatolaZ) add global movements (g, G. m)
ad0b403 2019-07-20 (KatolaZ) small changes to status bar + remove trailing blanks
2f5d0a4 2019-07-20 (KatolaZ) reorganise code and new file
a4c6053 2019-07-19 (KatolaZ) check if modified before exit, and save
575703d 2019-07-19 (KatolaZ) delete and default write file
52a48d7 2019-07-19 (KatolaZ) save to file works
a2bf854 2019-07-19 (KatolaZ) fix arrow pointer -- toggle start and end markers
34a0ec9 2019-07-19 (KatolaZ) initial arrow implementation
5dd00ea 2019-07-18 (KatolaZ) different line styles
478c03a 2019-07-18 (KatolaZ) initial commit