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
path:
root
/
gramscii.c
Age
Commit message (
Collapse
)
Author
2019-08-05
Makefile: take advantage of having separate build units
Quentin Rameau
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
add auto-arrow, multipliers, -s, -h
KatolaZ
2019-07-24
first steps towards script-mode
KatolaZ
2019-07-24
force flush on ANSI commands
KatolaZ
2019-07-24
add license
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
change global movement commands -- g+[gGmhjkl]
KatolaZ
2019-07-21
style change in box and arrow modes + fix manpage
KatolaZ
2019-07-20
add visual in status bar
KatolaZ
2019-07-20
add '.' command (reset line styles)
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