Introduction
Introduction Statistics Contact Development Disclaimer Help
tLog - ve - a minimal text editor (work in progress)
git clone git://src.adamsgaard.dk/ve
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2021-01-24 14:30 ve.1: change to mandoc Anders Damsgaard
2021-01-24 14:24 LICENSE: bump year Anders Damsgaard
2021-01-24 14:24 arg.h: add missing newline at end of fi… Anders Damsgaard
2021-01-24 14:23 Makefile: remove GNU Make-ism Anders Damsgaard
2020-01-02 09:45 Remove license info from README Anders Damsgaard
2020-01-02 09:45 Change to ISC license Anders Damsgaard
2019-08-16 08:03 Begin implementing command mode Anders Damsgaard
2019-08-11 19:01 Use suckless arg.h script for handling … Anders Damsgaard
2019-08-11 09:17 Refresh screen size before every redraw Anders Damsgaard
2019-08-09 19:09 Fix memory leak and access error Anders Damsgaard
2019-08-09 18:52 Remove supposed clear screen and store … Anders Damsgaard
2019-08-08 07:44 Add ColorNormal, hl array, and add stru… Anders Damsgaard
2019-08-08 07:20 Add user configuration for colors, impl… Anders Damsgaard
2019-08-07 21:06 Implement simple sequential key binding Anders Damsgaard
2019-08-07 20:54 Begin putting configuration into config… Anders Damsgaard
2019-08-07 20:41 Adapt more suckless file structure Anders Damsgaard
2019-08-07 20:29 Also make install in CI environments Anders Damsgaard
2019-08-07 20:29 Add draft manpage Anders Damsgaard
2019-08-07 20:00 Use suckless-style makefile and config.… Anders Damsgaard
2019-08-07 19:34 Merge source into single file Anders Damsgaard
2019-08-07 14:42 Move source code into separate directory Anders Damsgaard
2019-08-07 14:34 Fix typo and install make Anders Damsgaard
2019-08-07 14:30 Test build on alpine, debian, arch Anders Damsgaard
2019-08-07 14:29 Add make as requirement in readme Anders Damsgaard
2019-08-07 14:20 Change size type for strrstr Anders Damsgaard
2019-08-07 14:14 Change right status format Anders Damsgaard
2019-08-07 14:12 Fix reverse search, update TODO with mi… Anders Damsgaard
2019-08-07 12:54 Update TODO, perform find on raw strings Anders Damsgaard
2019-08-07 11:00 Fix line length in TODO Anders Damsgaard
2019-08-07 10:57 Update todo Anders Damsgaard
2019-08-07 10:51 Fix search wrap Anders Damsgaard
2019-08-07 10:15 Add contribution to kilo Anders Damsgaard
2019-08-07 09:58 Consolidate search logic, reverse searc… Anders Damsgaard
2019-08-07 09:41 Fix styling of TODO Anders Damsgaard
2019-08-07 09:39 Refer to TODO from README Anders Damsgaard
2019-08-07 09:35 Add README Anders Damsgaard
2019-08-07 09:06 Update TODO Anders Damsgaard
2019-08-07 09:03 Update TODO Anders Damsgaard
2019-08-07 09:01 Update TODO Anders Damsgaard
2019-08-07 08:54 Add missing source file Anders Damsgaard
2019-08-07 08:54 Update TODO Anders Damsgaard
2019-08-07 08:53 Add LICENSE Anders Damsgaard
2019-08-07 08:53 Add TODO Anders Damsgaard
2019-08-07 08:49 Place cursor at the start of line with … Anders Damsgaard
2019-08-07 08:48 Consolidate code Anders Damsgaard
2019-08-07 08:38 Remove unneeded local variables, do not… Anders Damsgaard
2019-08-07 08:35 Find occurences correctly on first and … Anders Damsgaard
2019-08-07 07:53 Create function to deinitialize editor … Anders Damsgaard
2019-08-07 07:32 Allow different find direction Anders Damsgaard
2019-08-07 06:07 Add simple CI Anders Damsgaard
2019-08-06 20:31 Add 'a' binding in normal mode, do not … Anders Damsgaard
2019-08-06 20:26 Fix cursor positioning during find Anders Damsgaard
2019-08-06 20:17 Begin implementing find. Enter on blank… Anders Damsgaard
2019-08-06 19:55 Rename to 've' Anders Damsgaard
2019-08-06 19:37 Place cursor in active prompt Anders Damsgaard
2019-08-06 19:14 Add missing comment Anders Damsgaard
2019-08-06 19:13 Allow backspace in prompt Anders Damsgaard
2019-08-06 19:09 Allow escape from prompt, better line d… Anders Damsgaard
2019-08-06 19:01 Prompt for file name on save Anders Damsgaard
2019-08-06 18:47 Rename to 'te' Anders Damsgaard
2019-08-06 18:43 Fix cursor position after backspace Anders Damsgaard
2019-08-06 18:38 Fix deletion across line breaks Anders Damsgaard
2019-08-06 18:24 Implement o and O from insert mode Anders Damsgaard
2019-08-06 18:20 Allow insert of newline Anders Damsgaard
2019-08-06 16:54 Allow deletion across lines Anders Damsgaard
2019-08-06 14:53 Allow single character delete from inse… Anders Damsgaard
2019-08-06 14:36 Record and show if file is changed Anders Damsgaard
2019-08-06 14:09 Allow saving of file to disk Anders Damsgaard
2019-08-06 13:53 Allow escape from insert mode with C-c Anders Damsgaard
2019-08-06 13:52 Add break statement Anders Damsgaard
2019-08-06 13:51 Add missing code Anders Damsgaard
2019-08-06 13:51 Insert characters to row buffer in inse… Anders Damsgaard
2019-08-06 13:44 Move row operations into separate file Anders Damsgaard
2019-08-06 13:39 Allow navigation to first and last line Anders Damsgaard
2019-08-06 13:37 Hide status message line on first keypr… Anders Damsgaard
2019-08-06 13:34 Only reserve space for status message w… Anders Damsgaard
2019-08-06 13:01 Show status message that appears after … Anders Damsgaard
2019-08-06 12:52 Allow set of status message Anders Damsgaard
2019-08-06 12:43 Change status styling and make sure loc… Anders Damsgaard
2019-08-06 12:39 Show file name in left part of status l… Anders Damsgaard
2019-08-06 12:33 Show cursor position statistics in righ… Anders Damsgaard
2019-08-06 12:21 Implement status bar spacing in a simpl… Anders Damsgaard
2019-08-06 12:09 Implement mode switching between normal… Anders Damsgaard
2019-08-06 11:57 Navigate over tab strings as one charac… Anders Damsgaard
2019-08-06 11:46 Show tabs with > symbols Anders Damsgaard
2019-08-06 11:28 Do not allow navigating right past end … Anders Damsgaard
2019-08-06 11:27 Allow left/right navigation across star… Anders Damsgaard
2019-08-06 11:22 Constrain horizontal cursor movement du… Anders Damsgaard
2019-08-06 11:14 Implement horizontal scrolling Anders Damsgaard
2019-08-06 10:56 Fix status line behavior during scroll Anders Damsgaard
2019-08-06 10:29 Add vertical scrolling Anders Damsgaard
2019-08-06 10:16 Open file with multiple lines Anders Damsgaard
2019-08-06 09:58 Show loaded text Anders Damsgaard
2019-08-06 09:11 Set editor mode, improve cursor navigat… Anders Damsgaard
2019-08-06 08:27 Draw status with left and right compone… Anders Damsgaard
2019-08-06 08:14 Draw status line at the bottom Anders Damsgaard
2019-08-06 08:00 Use append buffer for drawing output Anders Damsgaard
2019-08-06 07:20 Remove unused call Anders Damsgaard
2019-08-05 10:24 Proceed to step 36 Anders Damsgaard
2019-08-05 10:05 Get and store screen size Anders Damsgaard
2019-08-05 09:27 First commit, set up terminal and fix k… Anders Damsgaard
Atom feed
Atom feed (tags)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.