aboutsummaryrefslogtreecommitdiff
path: root/vis-registers.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-23vis: fix # register countMarc André Tanner1-1/+3
Previously the # register was always reported as containing only one entry. This wrongly caused the first value to be put at all locations. Fix #544
2017-04-20vis: add # register to insert cursor numberMarc André Tanner1-0/+11
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-0/+249
Now that register.h is no longer used by view.h we can move the struct and function declarations to vis-core.h.