- Oct 11, 2017
-
-
Daan Planken authored
-
- Sep 30, 2017
-
-
Daan Planken authored
-
Daan Planken authored
Completely rewrote the io/graphics.rs redraw function.
-
- Sep 24, 2017
-
-
Daan Planken authored
Also fixes a bug when pressing 'L' on an empty line.
-
- Sep 23, 2017
-
-
Daan Planken authored
-
Daan Planken authored
Completely prevents the cursor from walking offscreen. Also fixes several crashes when pressing 'z'. I still don't understand how those are supposed to work anyway, but allowing the cursor to go offscreen is never a good idea.
-
- Sep 22, 2017
-
-
Daan Planken authored
Also fixes a bug where pressing 'L' would put the cursor beyond the last character of the line.
-
- Sep 21, 2017
-
-
Jeremy Soller authored
Fix a panic when using 'dL' or 'dG'
-
Daan Planken authored
-
- Sep 15, 2017
-
-
Jeremy Soller authored
Fix Sodum logo in README
-
Chris DeLuca authored
Seems like the path to the Sodium logo changed.
-
- Jul 13, 2017
-
-
Jeremy Soller authored
Fix a bug in insert_line
-
bobogei81123 authored
Assuming that insert_line(n) shall insert the string into nth-line (0 based). - Fix a bug in insert_line when insert into after buffer - Do corresponding changes in other place
-
- May 04, 2017
-
-
Jeremy Soller authored
Add exit key
-
Jeremy Soller authored
Fix compilation errors on the generic branch
-
Jeremy Soller authored
Fix a panic when doing 0g
-
Jeremy Soller authored
Fix the crash when deleting a cursor
-
- Apr 27, 2017
-
-
Jeremy Soller authored
Update README.md
-
Oleg Kulyk authored
-
- Mar 26, 2017
- Jan 09, 2017
-
-
Jeremy Soller authored
-
- Aug 01, 2016
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 27, 2016
-
-
ticki authored
Rewrite argument handling, add read-only mode
-
- Jul 13, 2016
-
-
ticki authored
Fixed typo.
-
- Jul 10, 2016
-
-
Daniel Teal authored
-
- Jun 09, 2016
-
-
SJFrK authored
-
SJFrK authored
Allows for chained short options (e.g. -Clx)
-
ticki authored
Use help.txt as help message text.
-
ticki authored
Add initial command line arguments.
-
SJFrK authored
-
SJFrK authored
-
ticki authored
adds the W command to go to next WORD
-
SJFrK authored
Add support for --version, --help/-h and -R. -R is without function as of now.
-
- Jun 05, 2016
-
-
ticki authored
fixing mixup of h and l movement
-
Jake Goldsborough authored
-
Jake Goldsborough authored
-
- Jun 04, 2016
-
-
Jake Goldsborough authored
-