summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-11single: allow to build self-extracting executableChristian Hesse
2017-01-10vis-lua: expose register names as vis:register_names()Marc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis-lua: expose valid marks as vis:mark_names()Marc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2017-01-10vis: add process id to :help outputMarc André Tanner
2017-01-07test: updateMarc André Tanner
2017-01-07buffer: make sure mem{cpy,move} are called with valid argumentsMarc André Tanner
2017-01-07buffer: fix buffer_move bugMarc André Tanner
2017-01-07buffer: remove redundant functionMarc André Tanner
2017-01-07ui: improve color palette resetMarc André Tanner
2017-01-06vis: simplify mode lookup for :map and :unmapMarc André Tanner
2017-01-05test: updateMarc André Tanner
2017-01-05Merge branch 'musl' of https://github.com/eworm-de/visMarc André Tanner
2017-01-05lua: adjust C lexer to recognize POSIX typesS. Gilles
2017-01-05ui: remove now unused codeMarc André Tanner
2017-01-05theme: pretend that specifying color numbers doesn't workS. Gilles
2017-01-05ui: replace lookup tables with algorithmS. Gilles
2017-01-05ui: Turn palette on/off when saving/restoring terminalS. Gilles
2017-01-04standalone: update to musl version 1.1.16Christian Hesse
2017-01-01ui: use accurate colors when availableS. Gilles
2017-01-01ui: move color_from_256 to file scopeS. Gilles
2016-12-31vis: allow user registered :-commands to specify a help textMarc André Tanner
2016-12-31vis: typedef function type not pointer to functionMarc André Tanner
2016-12-31sam: use buffer_move where appropriateMarc André Tanner
2016-12-31buffer: implement buffer_moveMarc André Tanner
2016-12-30test: updateMarc André Tanner
2016-12-30sam: execute X and Y commands only once not for every selectionMarc André Tanner
2016-12-30sam: change write command implementation to not change argv[]Marc André Tanner
2016-12-30sam: explicitly pass invalid range for X and Y commandsMarc André Tanner
2016-12-30sam: use more expressive name for select commandMarc André Tanner
2016-12-29Add rc lexerMichael Forney
2016-12-29vis-lua: allow vis:map to set up key aliases and actionsMarc André Tanner
2016-12-29vis-lua: introduce vis:action_registerMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-29vis-lua: simplify lua function reference handlingMarc André Tanner
2016-12-29vis-lua: luaL_checkstring already checks for NULL return valueMarc André Tanner
2016-12-29test: updateMarc André Tanner
2016-12-29vis: unmap all conflicting bindings of a forced map commandMarc André Tanner
2016-12-29map: implement map_prefix_deleteMarc André Tanner
2016-12-29map: implement map_firstMarc André Tanner
2016-12-28vis: do not free right hand side of mapping twiceMarc André Tanner
2016-12-28build: use latest Lua 5.3.x for make local and standalone buildsMarc André Tanner
2016-12-27build: update libtermkey to version 0.19Marc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-27array: implement array_removeMarc André Tanner
2016-12-27travis: install 9baseMarc André Tanner
2016-12-27build: configure ncurses with --disable-leaksMarc André Tanner
2016-12-27build: pass $CFLAGS_EXTRA through make debug targetMarc André Tanner
2016-12-26fix help text for next/prev matchErlend Fagerheim