- Jul 11, 2019
-
-
Jeremy Soller authored
use current syntax for inclusive range patterns See merge request redox-os/sodium!88
-
fearghasmr authored
-
- Jun 12, 2019
-
-
Jeremy Soller authored
Fix Issue #83 - Panic on write without filename See merge request redox-os/sodium!87
-
- Jan 25, 2019
-
-
genbyte authored
-
- Jun 08, 2018
-
-
Jeremy Soller authored
Adding in support for arrow keys in normal mode for moving.
-
- Jun 06, 2018
-
-
Jonathan Kingston authored
-
- Jan 29, 2018
-
-
Jeremy Soller authored
Remove extra parenthesis around function argument to compile
-
- Jan 28, 2018
-
-
James Sral authored
* Compiling on 1.25.0-nightly fails due to extra parenthesis around function arguments * Remove to restore successful compilation
-
- Nov 19, 2017
-
-
Jeremy Soller authored
infer file to save to from file opened
-
Paul Sajna authored
-
- Oct 12, 2017
-
-
Jeremy Soller authored
Make buffers behave more consistent
-
Daan Planken authored
Add bd command to delete a buffer.
-
- Oct 11, 2017
-
-
Jeremy Soller authored
Fix bug when entering invalid command in prompt
-
Daan Planken authored
The history can be accessed using the arrow keys.
-
Daan Planken authored
-
- Sep 30, 2017
-
-
Jeremy Soller authored
Fix bug that could cause panic when deleting lines
-
Daan Planken authored
-
Jeremy Soller authored
Add line numbers, wraps lines that are too long
-
Daan Planken authored
Completely rewrote the io/graphics.rs redraw function.
-
- Sep 24, 2017
-
-
Jeremy Soller authored
Fix freeze on resize screen, impl tab as 4 spaces
-
Daan Planken authored
Also fixes a bug when pressing 'L' on an empty line.
-
Jeremy Soller authored
-
- Sep 23, 2017
-
-
Jeremy Soller authored
Vertical scrolling & rustfmt changes
-
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
-
-
Jeremy Soller authored
Implement 'I', 'A' and 'c' commands.
-
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
-
-
Durga authored
-