index
:
gramscii
devel
master
A simple editor for ASCII box-and-arrow charts
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2019-07-27
reorganise code
KatolaZ
2019-07-26
change screen management -- dynamic array of lines
KatolaZ
2019-07-26
towards dynamic screen management
KatolaZ
2019-07-26
small change to the manpage
KatolaZ
2019-07-26
add Changelog
KatolaZ
2019-07-26
add auto-arrow, multipliers, -s, -h
KatolaZ
2019-07-24
Merge branch 'master' into devel
KatolaZ
2019-07-24
add CC option to config.mk (commented)
KatolaZ
2019-07-24
Rework the Makefile a little
Quentin Rameau
Ensure it's portable Get rid of NAME macro Replace build target with a simple dependency target Add clean target
2019-07-24
first steps towards script-mode
KatolaZ
2019-07-24
force flush on ANSI commands
KatolaZ
2019-07-24
Add install target to Makefile. Fix manpath.
Christoph Lohmann
2019-07-24
Fix markdown formatting in README.md.
Christoph Lohmann
2019-07-24
replace in README.md
v0.1
KatolaZ
2019-07-24
amend README and rename to README.md
KatolaZ
2019-07-24
add license
KatolaZ
2019-07-24
amend manpage to mention screen size limitation
KatolaZ
2019-07-24
add config.h
KatolaZ
2019-07-23
add makefile
KatolaZ
2019-07-22
fix bug in screen init
KatolaZ
2019-07-22
initial commit of dynamic screen size
KatolaZ
2019-07-22
allow [ENTER] in box, arrow, erase, and visual mode
KatolaZ
2019-07-22
update manpage to reflect the new g-commands
KatolaZ
2019-07-22
change global movement commands -- g+[gGmhjkl]
KatolaZ
2019-07-21
add README
KatolaZ
2019-07-21
style change in box and arrow modes + fix manpage
KatolaZ
2019-07-20
fix typos in manpage
KatolaZ
2019-07-20
add visual in status bar
KatolaZ
2019-07-20
add '.' command (reset line styles)
KatolaZ
2019-07-20
add manpage
KatolaZ
2019-07-20
add comment in fallthrough cases
KatolaZ
2019-07-20
visual mode (erase and fill)
KatolaZ
2019-07-20
add global movements (g, G. m)
KatolaZ
2019-07-20
small changes to status bar + remove trailing blanks
KatolaZ
2019-07-20
reorganise code and new file
KatolaZ
2019-07-19
check if modified before exit, and save
KatolaZ
2019-07-19
delete and default write file
KatolaZ
2019-07-19
save to file works
KatolaZ
2019-07-19
fix arrow pointer -- toggle start and end markers
KatolaZ
2019-07-19
initial arrow implementation
KatolaZ
2019-07-18
different line styles
KatolaZ
2019-07-18
initial commit
KatolaZ