summaryrefslogtreecommitdiff
path: root/vis.h
AgeCommit message (Expand)Author
2024-09-13support piping a buffer to an external processFlorian Fischer
2024-05-21remove some ui pointer chasingRandy Palamar
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar
2024-05-21replace UiTermWin with UiWin & remove function pointersRandy Palamar
2024-05-21cleanup some single line get/set functionsRandy Palamar
2024-05-21cleanup vis event interfaceRandy Palamar
2024-05-12lua: allow changing the displayed file of a windowFlorian Fischer
2024-04-29Emit an event (ui_draw) immediately before drawing the screenRudy Dellomas III
2024-03-21Fix typosMax Schillinger
2023-08-26support old option names but mark as deprecatedRandy Palamar
2023-08-24Lua API: access and set all available optionsRandy Palamar
2023-08-01Prevent flickering in cursesIan Hixson
2023-07-18Add fullscreen param to vis_pipe_collect() and Lua API vis:pipe()Jörg Bakker
2023-05-28remove unused vis_message_hide() functionRandy Palamar
2023-03-19vis: remove unused Arg union memberNick Hanley
2022-11-29fix miscellaneous spelling mistakesNick Hanley
2022-07-12vis: Compare inodes instead of filenamesTom Schwindl
2020-12-28vis: implement multiline to/till motionsMarc André Tanner
2020-12-28vis: rename to/till motion internalsMarc André Tanner
2020-12-10fix typos in commentsMoesasji
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner
2020-09-17vis: provide reverse mapping function for mark namesMarc André Tanner
2020-09-17vis: provide reverse mapping function for register namesMarc André Tanner
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-08-01vis: remove ae outer entire text objectMarc André Tanner
2020-08-01vis: remove ie inner entire text objectMarc André Tanner
2020-07-17support for primary clipboardJeremy Bobbin
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner
2018-05-16vis: implement g~ using tr(1)Marc André Tanner
2018-05-16vis: implement gU using tr(1)Marc André Tanner
2018-05-16vis: implement gu using tr(1)Marc André Tanner
2018-04-08Fix "parenthese" in identifiersTwoFinger
2018-03-05Fix a typo in identifiersTwoFinger
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner
2017-09-15vis: remove ! operatorMarc André Tanner
2017-07-17vis: specify window in mark related APIMarc André Tanner
2017-07-11vis: cleanup register related APIMarc André Tanner
2017-07-10vis: implement jump list in terms of marksMarc André Tanner
2017-07-08vis: cleanup marks implementationMarc André Tanner
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner
2017-06-15vis: implement pairwise selection combinator: unionMarc André Tanner
2017-06-15vis: add function to query which register was specifiedMarc André Tanner
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-05-27vis: remove unused enumeration constantsMarc André Tanner
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner
2017-05-06vis: add doxygen commentsMarc André Tanner
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner
2017-04-20vis: add # register to insert cursor numberMarc André Tanner